From 52fe0ad9015840f239c9ca8e5f155ccce1afa4ca Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:03:46 +0530 Subject: [PATCH] responsive ui issue fix --- src/components/Footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.scss b/src/components/Footer.scss index 14d42a90..8185ae24 100644 --- a/src/components/Footer.scss +++ b/src/components/Footer.scss @@ -331,7 +331,7 @@ font-size: 24px !important; line-height: 38px !important; margin: 0 !important; - @media only screen and (max-width: 767px) { + @media only screen and (max-width: 1023px) { flex: 0 0 100%; padding: 0 0 2rem; }