assets/scss/2-modules/_footer.scss in kcc-gem-theme-2.20.1 vs assets/scss/2-modules/_footer.scss in kcc-gem-theme-2.20.2

- old
+ new

@@ -53,9 +53,44 @@ } } @media screen and (min-width: 412px) { .footer-icons { + height: 40px; + width: 40px; + } +} + +@media screen and (min-width: 576px) { + .footer-icons { + height: 45px; + width: 45px; + } +} + +@media screen and (min-width: 992px) { + .footer-icons { + height: 40px; + width: 40px; + } +} + +@media screen and (min-width: 1053px) { + .footer-icons { + height: 45px; + width: 45px; + } +} + +@media screen and (min-width: 1200px) { + .footer-icons { + height: 45px; + width: 45px; + } +} + +@media screen and (min-width: 1400px) { + .footer-icons { height: 50px; width: 50px; } }