diff --git a/client/src/components/content-blocks/TextBlock.vue b/client/src/components/content-blocks/TextBlock.vue index b758ddef..0a238e6a 100644 --- a/client/src/components/content-blocks/TextBlock.vue +++ b/client/src/components/content-blocks/TextBlock.vue @@ -26,6 +26,7 @@ .text-block { margin-bottom: $medium-spacing; // if calc is not supported margin-bottom: calc(#{$large-spacing} - 0.25rem); // to offset the 1.5 line height, which leaves a padding + @include regular-paragraph; /deep/ ul { @include list-parent;