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