From d5016c129469988442896de88a49ea0dd9fabc6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Eldj=C3=A1rn?= Date: Fri, 29 Jul 2022 15:30:21 -0700 Subject: [PATCH] Attempt to fix footer mobile --- src/components/common/footer/footer.module.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss index 2cdca12..6f2e70d 100644 --- a/src/components/common/footer/footer.module.scss +++ b/src/components/common/footer/footer.module.scss @@ -32,13 +32,10 @@ justify-content: center; height: calc(var(--vw) * 60); width: 100%; - overflow-x: hidden; @include respond-to('mobile') { - background-size: cover; - width: 150%; + background-size: 190%; height: calc(var(--vw) * 120); - left: -25%; margin-top: tovw(100px, 'mobile', 100px); }