From 9c3539ebeff67d290bb82517603863284fe60355 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:06:50 -0600 Subject: [PATCH] nav: move padding to bar instead of items --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 0b40e10..aab40da 100644 --- a/default.css +++ b/default.css @@ -11,12 +11,12 @@ body { #navigation { display: flex; + padding: 16px; } .navItem { margin: 6px; margin-top: 0px; - padding: 16px; line-height: 21px; display: inline-block; text-align: right;