mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user