mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
Add margin below figure
- adds space below when using figure shortcode Fixes: #377
This commit is contained in:
parent
fb0393fa12
commit
10745dd537
@ -88,6 +88,7 @@
|
|||||||
.post-content dl,
|
.post-content dl,
|
||||||
.post-content ol,
|
.post-content ol,
|
||||||
.post-content p,
|
.post-content p,
|
||||||
|
.post-content figure,
|
||||||
.post-content ul {
|
.post-content ul {
|
||||||
margin-bottom: var(--content-gap)
|
margin-bottom: var(--content-gap)
|
||||||
}
|
}
|
||||||
@ -429,4 +430,4 @@ h6:hover .anchor {
|
|||||||
|
|
||||||
[dir="rtl"] .paginav .next {
|
[dir="rtl"] .paginav .next {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user