From 374b849c5ef804144980eda8cd7e445295e94caa Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Mon, 18 Nov 2024 09:21:55 -0700 Subject: [PATCH] fixing h1 spacing issue --- template/css/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/css/base.css b/template/css/base.css index ff29b03..de903cd 100644 --- a/template/css/base.css +++ b/template/css/base.css @@ -220,6 +220,8 @@ footer img { font-weight: 700; font-size: 1.5rem; line-height: 2rem; + margin-top: 1.75rem; + margin-bottom: 1rem; } .content h2 {