From f46a87540aeae5853355344a1c1a7f00989d34f0 Mon Sep 17 00:00:00 2001 From: Pratiksha Sankhe Date: Wed, 27 Mar 2024 00:04:10 +0530 Subject: [PATCH] style: footer alignment in mobile view (#118) * footer modified * Replaced gap with horizontal padding * Removed commented code --------- Co-authored-by: Anurag Gupta --- components/Footer.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 71bd4ef..c009e99 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -72,10 +72,10 @@ function Footer() { ]; const renderFooterLinks = () => ( -
+
{footers.map((footer) => (
@@ -181,7 +181,9 @@ function Footer() {
-
{renderFooterLinks()}
+
+ {renderFooterLinks()} +
Icons by icons8.com