Ensure all blocks have paragraph spacing in between

Besides the last
This commit is contained in:
Jake Howard 2022-06-27 23:30:47 +01:00
parent a1d72c122a
commit b8edb525dc
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,11 +1,9 @@
div.block-image {
margin: 0.5rem 0;
figcaption {
font-size: 85%;
}
}
div.block-rich_text {
.content > div:not(:last-child) {
margin-bottom: $content-block-margin-bottom;
}