diff --git a/src/Components/Footer/Footer.module.css b/src/Components/Footer/Footer.module.css index 20c3a26..5224f63 100644 --- a/src/Components/Footer/Footer.module.css +++ b/src/Components/Footer/Footer.module.css @@ -29,3 +29,24 @@ .footer p { font-size: 14px; } + + +@media (max-width: 768px) { + .footer { + padding: 4rem 2rem; + text-align: center; + } + + .footer p { + margin: 1rem auto; + } + + .footer h3 { + text-align: center; + margin: 0 auto; + } + + .logo { + font-size: 30px !important; + } +} \ No newline at end of file