Ensure there's always a space underneath rich text blocks
Final paragraphs don't have a bottom margin
This commit is contained in:
parent
72f9374c03
commit
8f6dc4860b
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ div.block-image {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.block-rich_text {
|
||||||
|
margin-bottom: $content-block-margin-bottom;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue