From b5a22374bf2d839859791a8509e7636e16b64307 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 25 Oct 2022 17:34:23 -0400 Subject: [PATCH] Use item-spacing for between the footer of a post and the content --- content/blog/blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/blog.css b/content/blog/blog.css index ca45c0b..7ea1a35 100644 --- a/content/blog/blog.css +++ b/content/blog/blog.css @@ -31,7 +31,7 @@ } .post-single footer { - margin-block-start: 3.5rem; + margin-block-start: var(--body-item-spacing); } .blog .tags {