From 3952c777a633bc632c161856c8d969dbfbfe0a63 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Sep 2022 08:33:25 -0700 Subject: [PATCH] Add margin after figures, highlights, and p tags --- content/blog/blog.css | 7 +++++++ 1 file changed, 7 insertions(+) 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;