From c2a8c2df87791b59b99297f3384d9a0d7723a20c Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Tue, 6 Feb 2024 14:27:37 +0100 Subject: [PATCH] Prevent horizontal scrolling on mobile --- themes/tsc_vfl/assets/css/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index 6a1431b..e4f6782 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -421,12 +421,13 @@ h1 { #footer { - width: 95%; + width: 100%; margin: 30px auto 0; padding: 4px 10px 0; display: flex; justify-content: space-between; border-top: 1px solid $color-hor-line; + box-sizing: border-box; .first-entry { font: 1em 'Open Sans Condensed', sans-serif;