Add margin below figure

- adds space below when using figure shortcode

Fixes: #377
This commit is contained in:
Aditya Telange 2021-04-24 09:36:27 +05:30
parent fb0393fa12
commit 10745dd537
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -88,6 +88,7 @@
.post-content dl,
.post-content ol,
.post-content p,
.post-content figure,
.post-content ul {
margin-bottom: var(--content-gap)
}
@ -429,4 +430,4 @@ h6:hover .anchor {
[dir="rtl"] .paginav .next {
text-align: left;
}
}