diff --git a/src/components/Footer/Footer.module.css b/src/components/Footer/Footer.module.css index 8088bfd..c78d7b9 100644 --- a/src/components/Footer/Footer.module.css +++ b/src/components/Footer/Footer.module.css @@ -17,4 +17,18 @@ color: black; width: fit-content; text-align: center; +} + + + +@media screen and (max-width: 480px) { + .footer{ + padding: 1rem; + } + + .footerContent{ + flex-direction: column; + align-items: center; + gap: 0.5rem; + } } \ No newline at end of file