From 05568172bac3e1638a435d796688c3e266e91b34 Mon Sep 17 00:00:00 2001 From: Utsavladia Date: Fri, 2 Aug 2024 00:09:38 +0530 Subject: [PATCH] Fixed footer for all screen sizes --- src/Components/Footer/Footer.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Components/Footer/Footer.css b/src/Components/Footer/Footer.css index e8713b3..1f4484e 100644 --- a/src/Components/Footer/Footer.css +++ b/src/Components/Footer/Footer.css @@ -39,7 +39,9 @@ width: 60%; display: flex; flex-wrap: wrap; - justify-content: space-evenly; + justify-content: space-between; + gap: 1rem; + padding: 0rem 1rem; } .footer-text{ display: flex; @@ -47,7 +49,7 @@ align-items: center; } .footer-2 { - width: 25%; + width: fit-content } .footer-title {