From afffa718730ed18419ef2afe4960f6151ca4afa3 Mon Sep 17 00:00:00 2001 From: "anujkumar.singh" Date: Wed, 29 Jan 2025 16:40:28 +0530 Subject: [PATCH] fix Footer style issue in mobile view --- static/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/theme.css b/static/theme.css index 912a024..82391e3 100644 --- a/static/theme.css +++ b/static/theme.css @@ -451,7 +451,7 @@ body>footer .bottom-content { max-width: 1100px; max-width: var(--theJdrSize); margin: 0 auto; - height: 100px + height: 115px } body>main .content { max-width: 1100px;