From 158b934a7ae1ef379ff1fff4a209d8a5bef07e1b Mon Sep 17 00:00:00 2001 From: "Riley L." Date: Tue, 12 Nov 2024 22:02:33 +0100 Subject: [PATCH] change hitbox of navbar elements to be larger --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 309d103..649fc6c 100644 --- a/style.css +++ b/style.css @@ -62,7 +62,7 @@ nav { } nav a { - padding-right: 1em; + padding: 1em; text-decoration: none; color: var(--t1); } @@ -74,6 +74,7 @@ nav h2 { nav> :last-child { float: right; padding-right: 0; + padding-top: 0; } /* notification stuff */ @@ -354,4 +355,4 @@ form.disabled input { form { display: none; } -} \ No newline at end of file +}