Add more spacing to subtitles

This commit is contained in:
Ramon Wenger 2020-10-08 14:30:37 +02:00
parent 65e31f6893
commit fc279b94b0
1 changed files with 9 additions and 0 deletions

View File

@ -117,5 +117,14 @@ export default {
&--bookmarked {
}
&--subtitle {
margin-top: $section-spacing;
margin-bottom: $large-spacing;
}
&--text_block {
margin-bottom: $large-spacing;
}
}
</style>