From c1a0ccddd618ba652f0690612df0b742fb830054 Mon Sep 17 00:00:00 2001 From: kprftw Date: Thu, 5 Sep 2024 22:11:53 -0600 Subject: [PATCH] irksome padding in the nav --- static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles.css b/static/styles.css index c868d54..5182ef4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -77,6 +77,7 @@ nav { z-index: 1000; font-size: 100%; overflow: hidden; + padding-right: 0.1rem; } nav ul {