From bd581a77e77f67789167157e9cf09c9282681e2f Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sat, 16 Apr 2022 17:57:46 -0500 Subject: [PATCH] fixed scuffed padding --- static/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index 585a50a..f3c47f2 100644 --- a/static/index.css +++ b/static/index.css @@ -108,8 +108,9 @@ a:hover:after { } .nav-item { - padding-right: 12px; - padding-top: 6px; + display: block; + margin-right: 12px; + margin-top: 6px; font-size: 1.5em; }