diff --git a/src/sass/misc/_footer.scss b/src/sass/misc/_footer.scss index 2d09f213c5..0a5c58a343 100644 --- a/src/sass/misc/_footer.scss +++ b/src/sass/misc/_footer.scss @@ -174,10 +174,15 @@ display: inline-flex; svg { - width: 42px; - height: 42px; + width: 34px; + height: 34px; fill: $textBrandColor; stroke: none; + + @media (min-width: $bp-sm) { + width: 42px; + height: 42px; + } } @media (min-width: $bp-lg) {