diff --git a/content/blog/blog.css b/content/blog/blog.css index 8ca2fb0..123ba14 100644 --- a/content/blog/blog.css +++ b/content/blog/blog.css @@ -19,6 +19,13 @@ } } +.post-content p, +.post-content figure, +.post-content .highlight { + margin-block-end: 1em; +} + + .post-list { list-style: none; margin: 0;