From d88744df91c1c74781310fa0c9ffe19a6bf39b51 Mon Sep 17 00:00:00 2001 From: Uday Kiran Date: Wed, 11 Feb 2026 09:09:54 +0530 Subject: [PATCH] fix: make login and signup buttons visible in mobile menu (#249, #266) --- src/components/Navbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Navbar.css b/src/components/Navbar.css index c038df0..b12837f 100644 --- a/src/components/Navbar.css +++ b/src/components/Navbar.css @@ -1338,6 +1338,7 @@ padding: 0.875rem 1rem; font-size: 0.95rem; font-weight: 600; + display: block; } .mobile-auth .navbar-btn-login {