From 100be7bbe47a69816c4f87729133a97b6a1e8df8 Mon Sep 17 00:00:00 2001 From: schr1841 Date: Mon, 20 May 2024 11:19:27 -0500 Subject: [PATCH] added margin to the section headings styling so the smooth scroll does not blur the header --- css/spirituality.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/spirituality.css b/css/spirituality.css index e0ba193..98988b4 100644 --- a/css/spirituality.css +++ b/css/spirituality.css @@ -277,6 +277,7 @@ h2 { text-decoration: underline; text-underline-offset: 10px; margin: 3rem 0; + margin-top: 70px; } hr { width: 90%;