From 2895c107e600b165cf1c54ded4b247257ef4a3e9 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 15 Jun 2025 23:52:32 -0400 Subject: [PATCH] header spacing --- site/_includes/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_includes/css/site.css b/site/_includes/css/site.css index a9787e4..5f8bce8 100644 --- a/site/_includes/css/site.css +++ b/site/_includes/css/site.css @@ -436,8 +436,8 @@ h4 { position: relative; font-weight: 700; text-shadow: 0 0 0.5em var(--c-highlight); - margin-top: 0.75em; - margin-bottom: 0.75em; + margin-top: 1.5rem; + margin-bottom: 0.5rem; &:hover .header-anchor { opacity: 1; }