From ae5165af19afeff3c21da6efc9be67f3c6d73558 Mon Sep 17 00:00:00 2001 From: Sli Date: Mon, 7 Jul 2025 11:49:45 +0200 Subject: [PATCH] fix footer alignment on small screens --- core/static/core/footer.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/static/core/footer.scss b/core/static/core/footer.scss index 52cd317d..aa2e048f 100644 --- a/core/static/core/footer.scss +++ b/core/static/core/footer.scss @@ -2,6 +2,10 @@ @import "devices"; footer.bottom-links { + >section>a { + text-align: center; + } + @media (max-width: $small-devices) { margin-top: 0.6em; padding: 1.25em;