From a769c31231a5e7fa4696d7dcb260f5fa4179d947 Mon Sep 17 00:00:00 2001 From: SahayakSharma Date: Thu, 9 Jan 2025 12:24:36 +0530 Subject: [PATCH 1/2] issue#344: fixed footer responsiveness for mobile max-480px --- public/css/landing/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/landing/style.css b/public/css/landing/style.css index c740aba6..d726e7c5 100644 --- a/public/css/landing/style.css +++ b/public/css/landing/style.css @@ -3482,6 +3482,15 @@ .footer__wrapper-inner-social { display: inherit; flex: inherit; + justify-content: center; + } + .footer__wrapper-inner-social-subscribe { + text-align: center; + } + .footer__wrapper-inner-social-logo { + display: flex; + flex-direction: row; + justify-content: center; } .footer__wrapper-inner-social-links { From 7dca36fa8078ffb45abd960528096e0666d947f3 Mon Sep 17 00:00:00 2001 From: SahayakSharma Date: Thu, 9 Jan 2025 13:08:52 +0530 Subject: [PATCH 2/2] fix: issue#344 --- src/includes/footer.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/includes/footer.ejs b/src/includes/footer.ejs index 5535d023..9ecd743a 100644 --- a/src/includes/footer.ejs +++ b/src/includes/footer.ejs @@ -158,7 +158,8 @@ src="https://nightwatch.substack.com/embed" loading="lazy" height="160px" - style="position: relative;left: -11px;top: -20px;"> + style="margin-left: -11px;margin-top: -20px;"> +