From 58ccdf84fad03f24e04f815e6fed331813043f12 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 25 Aug 2024 16:39:57 +0800 Subject: [PATCH] Try fix the menu width again --- src/components/nav-menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nav-menu.css b/src/components/nav-menu.css index a6119bfa..08332fde 100644 --- a/src/components/nav-menu.css +++ b/src/components/nav-menu.css @@ -13,7 +13,7 @@ 'top top' 'left right'; padding: 0; - min-width: 22em; + /* min-width: 22em; */ max-width: calc(100vw - 16px); } .nav-menu .top-menu {