Ensure there's always a space underneath rich text blocks

Final paragraphs don't have a bottom margin
This commit is contained in:
Jake Howard 2022-06-27 20:48:53 +01:00
parent 72f9374c03
commit 8f6dc4860b
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -5,3 +5,7 @@ div.block-image {
font-size: 85%;
}
}
div.block-rich_text {
margin-bottom: $content-block-margin-bottom;
}