Margin toegevoegd op div.text in post, want intranet editor maakt geen p tags

This commit is contained in:
NH Gooi
2025-01-04 17:51:04 +01:00
parent eb9813c239
commit 37745e8ae9
2 changed files with 7 additions and 0 deletions

View File

@@ -51,6 +51,10 @@
@extend %sentence
}
div.text {
margin-bottom: 20px;
}
blockquote {
border-left: 3px solid #5ba8f4;
margin-left: 0;