From 8251bd4b783a02c00f7b6a8d66c82490ac88b9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 12 Sep 2022 12:43:18 +0200 Subject: [PATCH] Add more space to hover on Footer links --- src/style/organisms/_footer.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/style/organisms/_footer.scss b/src/style/organisms/_footer.scss index c8e97cf..17784f9 100644 --- a/src/style/organisms/_footer.scss +++ b/src/style/organisms/_footer.scss @@ -65,21 +65,21 @@ display: block; @include bp (sm) { - margin-left: 12px; + margin-left: 4px; } @include bp (md) { - margin-left: 16px; + margin-left: 8px; } &:not(:last-child) { margin-bottom: 12px; @include bp (sm) { - margin-right: 12px; + margin-right: 4px; margin-bottom: 0; } @include bp (md) { - margin-right: 16px; + margin-right: 8px; } } } @@ -88,6 +88,7 @@ display: flex; align-items: center; justify-content: center; + padding: 0 8px; color: #fff; text-decoration: none; font-size: rem(14px);