From 9a26a926df284a1151b2df4ed4e57e347b70f1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Wed, 1 Jun 2022 13:45:34 +0200 Subject: [PATCH] General styles --- src/components/common/footer/footer.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;