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); }