diff --git a/client/src/components/content-blocks/ContentComponent.vue b/client/src/components/content-blocks/ContentComponent.vue index 3a6c3209..6d338088 100644 --- a/client/src/components/content-blocks/ContentComponent.vue +++ b/client/src/components/content-blocks/ContentComponent.vue @@ -117,5 +117,14 @@ export default { &--bookmarked { } + + &--subtitle { + margin-top: $section-spacing; + margin-bottom: $large-spacing; + } + + &--text_block { + margin-bottom: $large-spacing; + } }