Add margin after figures, highlights, and p tags

This commit is contained in:
Eryn Wells 2022-09-25 08:33:25 -07:00
parent cdf4b41c16
commit 3952c777a6

View file

@ -19,6 +19,13 @@
}
}
.post-content p,
.post-content figure,
.post-content .highlight {
margin-block-end: 1em;
}
.post-list {
list-style: none;
margin: 0;