From eab0b9061df6cf9fe538ce60afaef1e287227f03 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Fri, 1 May 2026 23:39:38 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2=20=20Footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/layout/footer/Footer.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;