From 6e5ebcb32eb8a2c37d1b0d263d9dc27420ee5858 Mon Sep 17 00:00:00 2001 From: elise Date: Sun, 11 Aug 2024 10:28:46 +0200 Subject: [PATCH] make footer visit info full width on mobile --- web/src/components/layout/footer.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/layout/footer.module.scss b/web/src/components/layout/footer.module.scss index 150c6f8..4e62c86 100644 --- a/web/src/components/layout/footer.module.scss +++ b/web/src/components/layout/footer.module.scss @@ -150,9 +150,8 @@ width: 100%; } > div { - width: 50%; + width: 100%; min-width: 12rem; - padding-right: 2rem; } }