From 07e995aefe1e35aa065b502949d14e632984d1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Wed, 29 Apr 2026 22:48:56 +0300 Subject: [PATCH] Add attribution to the mobile view too Co-authored-by: Copilot --- styles/Footer.module.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/Footer.module.scss b/styles/Footer.module.scss index 30c89e9..2e04e28 100644 --- a/styles/Footer.module.scss +++ b/styles/Footer.module.scss @@ -36,6 +36,7 @@ align-items: center; margin-top: 20px; margin-bottom: 20px; + gap: 1rem; } .footer { @@ -43,7 +44,11 @@ } .middle { - visibility: hidden; - max-height: 15px; + order: 1; + } + + .left, .right { + width: 100%; + text-align: center; } }