Ensure all blocks have paragraph spacing in between
Besides the last
This commit is contained in:
parent
a1d72c122a
commit
b8edb525dc
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
div.block-image {
|
div.block-image {
|
||||||
margin: 0.5rem 0;
|
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.block-rich_text {
|
.content > div:not(:last-child) {
|
||||||
margin-bottom: $content-block-margin-bottom;
|
margin-bottom: $content-block-margin-bottom;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue