Skip to content

Commit

Permalink
Add margin below figure
Browse files Browse the repository at this point in the history
- adds space below when using figure shortcode

Fixes: adityatelange#377
  • Loading branch information
adityatelange committed Apr 24, 2021
1 parent 3926f88 commit 14e5389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
.post-content dl,
.post-content ol,
.post-content p,
.post-content figure,
.post-content ul {
margin-bottom: var(--content-gap)
}
Expand Down Expand Up @@ -429,4 +430,4 @@ h6:hover .anchor {

[dir="rtl"] .paginav .next {
text-align: left;
}
}

0 comments on commit 14e5389

Please sign in to comment.