diff --git a/frontend/src/components/layout/footer/Footer.astro b/frontend/src/components/layout/footer/Footer.astro index d1020ee..173f1ca 100644 --- a/frontend/src/components/layout/footer/Footer.astro +++ b/frontend/src/components/layout/footer/Footer.astro @@ -201,7 +201,8 @@ const currentYear = new Date().getFullYear().toString(); padding: 0; margin: 0; display: flex; - gap: 1.5rem; + flex-wrap: wrap; + gap: 1rem 1.5rem; } .footer-bottom-links a { @@ -284,6 +285,10 @@ const currentYear = new Date().getFullYear().toString(); text-align: center; } + .footer-bottom-links { + justify-content: center; + } + .visitor-counters { flex-direction: column; gap: 0.5rem;