From c10676064de345c7cd27d363ce1f96041647728e Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:13:39 -0600 Subject: [PATCH] navbar: fix padding issues --- default.css | 2 +- index.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/default.css b/default.css index b4f00e5..28a4e32 100644 --- a/default.css +++ b/default.css @@ -18,6 +18,7 @@ body { .navItem { margin: 6px; margin-top: 0px; + padding: 8px; line-height: 21px; display: inline-block; text-align: right; @@ -90,7 +91,6 @@ p { a { text-decoration: none; - padding: 8px; color: #8aadf4; } diff --git a/index.html b/index.html index 0724c96..9600d53 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,9 @@