From 40eb92372179cb5e5d0bd5e1a9996dd6655a8e2e Mon Sep 17 00:00:00 2001 From: A1Gard Date: Sun, 12 Jan 2025 03:47:48 +0330 Subject: [PATCH] updated navbar style --- resources/sass/panel/_navbar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/sass/panel/_navbar.scss b/resources/sass/panel/_navbar.scss index 02dd49d..3625176 100644 --- a/resources/sass/panel/_navbar.scss +++ b/resources/sass/panel/_navbar.scss @@ -53,6 +53,7 @@ list-style: none; li{ a{ + width: 100%; display: flex; padding: 7px ; color: white; @@ -61,6 +62,7 @@ align-items: center; justify-self: center; + i{ font-size: 20px; margin-right: 1rem;