From 25df70370ae396e9ada1c80e3f52588e76c71d53 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 20 Feb 2022 16:01:50 -0600 Subject: [PATCH] adjusted nav height --- static/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index eb9fcef..3a9caf0 100644 --- a/static/index.css +++ b/static/index.css @@ -49,7 +49,7 @@ h2 { h3 { font-size: 1.3em; font-weight: 600; - margin-bottom: 0; + margin-bottom: 12px; } p { @@ -99,7 +99,7 @@ a:hover:after { flex-direction: row; font-size: 1.1em; margin-top: calc(12px + 1vh); - margin-bottom: 3vw; + margin-bottom: 1vw; } .nav-item {