From b432c65d253f00fb428923ea4fb7d8db0d8b790c Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 22 Aug 2023 23:00:48 -0400 Subject: [PATCH] fix navbar --- client/src/styles/GLOBAL.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/styles/GLOBAL.css b/client/src/styles/GLOBAL.css index e9c7549..ce49604 100644 --- a/client/src/styles/GLOBAL.css +++ b/client/src/styles/GLOBAL.css @@ -357,8 +357,8 @@ input { #navbar { display: flex; align-items: center; - padding: 10px 0 0 10px; - width: fit-content; + padding: 10px 0; + width: 100%; background-color: #0f0f10; height: 45px; z-index: 53000;