diff --git a/src/Components/Footer/Footer.css b/src/Components/Footer/Footer.css index 4ec8a27..b738804 100644 --- a/src/Components/Footer/Footer.css +++ b/src/Components/Footer/Footer.css @@ -43,7 +43,9 @@ width: 70%; display: flex; flex-wrap: wrap; - justify-content: space-evenly; + justify-content: space-between; + gap: 1rem; + padding: 0rem 1rem; } .footer-text { @@ -53,7 +55,7 @@ } .footer-2 { - width: 25%; + width: fit-content } .footer-title {