diff --git a/src/components/layout/Footer.module.css b/src/components/layout/Footer.module.css index f41807ef..7f66116e 100644 --- a/src/components/layout/Footer.module.css +++ b/src/components/layout/Footer.module.css @@ -62,9 +62,16 @@ } @media (max-width: 768px) { + .links { + align-items: center; + } + .link { + justify-content: center; + } .bottom { flex-direction: column; gap: 20px; text-align: center; + align-items: center; } }