From bda34c73428bbc172e3e66fb842f03444c8f6d40 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 1 Oct 2022 10:28:27 -0700 Subject: [PATCH] Apply body-item-spacing to .highlight blocks directly under post-single --- content/blog/blog.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/blog/blog.css b/content/blog/blog.css index 123ba14..97afb4b 100644 --- a/content/blog/blog.css +++ b/content/blog/blog.css @@ -19,12 +19,7 @@ } } -.post-content p, -.post-content figure, -.post-content .highlight { - margin-block-end: 1em; -} - +.post-content > .highlight { margin-block-end: var(--body-item-spacing); } .post-list { list-style: none;