From c1636eca4996902ec53a5b154508ffae29362bbb Mon Sep 17 00:00:00 2001 From: nex1994 Date: Sun, 13 Oct 2024 13:14:02 +0200 Subject: [PATCH] change footer with to avoid horizontal scrolling --- src/styles/blocks/footer.scss | 2 +- src/styles/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/blocks/footer.scss b/src/styles/blocks/footer.scss index 6c5babace9..27bca2904a 100644 --- a/src/styles/blocks/footer.scss +++ b/src/styles/blocks/footer.scss @@ -1,7 +1,7 @@ @use '../utils/mixins' as *; .footer { - width: 100vw; + width: 100%; height: 200px; background-image: url(/src/styles/images/photos/footer-image.jpg); background-position: top; diff --git a/src/styles/styles.css b/src/styles/styles.css index ac48a82b72..89f8aa2868 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -732,7 +732,7 @@ table { } } .footer { - width: 100vw; + width: 100%; height: 200px; background-image: url(/src/styles/images/photos/footer-image.jpg); background-position: top;