From 8502d4d79ecf89190963296afd2993f779578555 Mon Sep 17 00:00:00 2001 From: Peter Hozak Date: Sat, 8 Jun 2024 09:05:31 +0200 Subject: [PATCH] fix mobile footer space #705 --- app/components/Footer/footer.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/components/Footer/footer.css b/app/components/Footer/footer.css index 10aaf0a1..235c53b7 100644 --- a/app/components/Footer/footer.css +++ b/app/components/Footer/footer.css @@ -18,4 +18,10 @@ gap: 32px; margin-bottom: 0; } + + .col-5, + .col-4, + .col-3 { + width: 100%; + } }