From 25fa9e1c07e4109c0f79e1d08fd33bbecda9243f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 29 Mar 2020 12:17:50 +0200 Subject: [PATCH] Fix some spacing - Footer links icons - Browse locations --- src/style/organisms/_footer.scss | 6 +++++- src/style/organisms/_locations.scss | 11 ++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/style/organisms/_footer.scss b/src/style/organisms/_footer.scss index 63fdd0c..0b3fac5 100644 --- a/src/style/organisms/_footer.scss +++ b/src/style/organisms/_footer.scss @@ -71,7 +71,11 @@ transition: color 85ms $ease-inout; img, svg { - margin-right: 16px; + margin-right: 8px; + + @include breakpoint (sm) { + margin-right: 16px; + } } // Hover diff --git a/src/style/organisms/_locations.scss b/src/style/organisms/_locations.scss index 5ac8e8f..846a44b 100644 --- a/src/style/organisms/_locations.scss +++ b/src/style/organisms/_locations.scss @@ -38,16 +38,17 @@ // Locations &__locations { min-height: 200px; - margin-top: 112px; + margin-top: 72px; @include breakpoint (sm) { display: flex; - // display: grid; - // grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - grid-column-gap: 120px; - grid-row-gap: pxVW(120); justify-content: center; margin-bottom: pxVW(232); + margin-top: 112px; + // display: grid; + // grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + // grid-column-gap: 120px; + // grid-row-gap: pxVW(120); } @include breakpoint (xl) { margin-bottom: 232px;