From 126c0139a606d6740d2bfb0f6b82f094fe37f2c1 Mon Sep 17 00:00:00 2001 From: UTSO SARKAR <62977856+officiallyutso@users.noreply.github.com> Date: Sat, 18 Oct 2025 23:36:22 +0530 Subject: [PATCH] feat(mobile): mobile navbar length fix for all categories --- css/mobile.css | 2 +- images/{ => posts}/talk_with_chac.jpg | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename images/{ => posts}/talk_with_chac.jpg (100%) diff --git a/css/mobile.css b/css/mobile.css index 7761071..88e9883 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -267,7 +267,7 @@ .mobile-nav .dropdown.open .dropdown-menu { display: block; - max-height: 300px; + max-height: 500px; } .mobile-nav .dropdown-menu li { diff --git a/images/talk_with_chac.jpg b/images/posts/talk_with_chac.jpg similarity index 100% rename from images/talk_with_chac.jpg rename to images/posts/talk_with_chac.jpg