diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss index ca512f2..4511a13 100644 --- a/src/components/common/footer/footer.module.scss +++ b/src/components/common/footer/footer.module.scss @@ -307,7 +307,7 @@ flex-direction: column; margin-top: tovw(18px, 'default', 18px); margin-bottom: tovw(44px, 'default', 36px); - gap: tovw(32px, 'default', 32px); + gap: tovw(18px, 'default', 18px); ul:first-child { @include respond-to('mobile') { @@ -320,7 +320,7 @@ .sub__footer__links { @include respond-to('mobile') { align-items: center; - flex-direction: column; + flex-direction: column-reverse; justify-content: center; li:last-of-type { @@ -349,7 +349,7 @@ li:last-child { @include respond-to('mobile') { margin-bottom: tovw(32px, 'tablet', 32px); - gap: tovw(32px, 'mobile'); + gap: tovw(20px, 'mobile'); } display: flex;