From 374c2390503a73c005d433affc96c3d2ea05aea3 Mon Sep 17 00:00:00 2001 From: Srikar-1729 Date: Sun, 20 Oct 2024 16:36:25 +0530 Subject: [PATCH] Sidebar overlay adjusted for mobile view --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 8f728aa2..e5c84255 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -476,7 +476,7 @@ body.nav-active .navbar-list .navbar-link { position: fixed; top: 0; left: 0; - width: 50%; + width: 320px; height: 100vh; background-color: white;