From 69a95e0205346e239f423554221130af05333221 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Tue, 31 Mar 2026 23:34:27 +0300 Subject: [PATCH] Center footer in mobile view --- src/components/teaser/Footer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/teaser/Footer.tsx b/src/components/teaser/Footer.tsx index 5bb0e5c..80857d3 100644 --- a/src/components/teaser/Footer.tsx +++ b/src/components/teaser/Footer.tsx @@ -20,7 +20,7 @@ export default function Footer() { {/* Desktop: full footer */}
{/* Left: Organization info */} -
+

{t("teaser.footer.organization")}

{t("teaser.footer.regCode")}

{t("teaser.footer.bankAccount")}

@@ -31,13 +31,13 @@ export default function Footer() {
{/* Center: Contact info */} -
+
{t("teaser.footer.email")}

{t("teaser.footer.phone")}

{/* Right: Social links */} -
+
{SOCIAL_LINKS.map(({ icon: Icon, href, label }) => (