From db47e26b1a306a552a5b950aad3fbe1ca0c46453 Mon Sep 17 00:00:00 2001 From: ct-nensy Date: Thu, 16 Jul 2026 16:34:19 +0530 Subject: [PATCH] footer issue fix --- src/scss/menu/pc-footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/menu/pc-footer.scss b/src/scss/menu/pc-footer.scss index 7befb4a..1704629 100644 --- a/src/scss/menu/pc-footer.scss +++ b/src/scss/menu/pc-footer.scss @@ -27,7 +27,7 @@ } } - @media (max-width: 1024px) { + @media (max-width: 992px) { margin-left: 0; } }