assets/scss/2-modules/_footer.scss in kcc-gem-theme-2.25.0 vs assets/scss/2-modules/_footer.scss in kcc-gem-theme-2.26.0

- old
+ new

@@ -43,53 +43,55 @@ margin: 4px; padding: 2px; width: 33px; } -@media screen and (min-width: 360px) { +@media screen and (min-width: 330px) { .footer-icons { height: 40px; - margin: 5px; width: 40px; } } -@media screen and (min-width: 412px) { +@media screen and (min-width: 360px) { .footer-icons { height: 40px; + margin: 5px; width: 40px; } } -@media screen and (min-width: 576px) { +@media screen and (min-width: 412px) { .footer-icons { height: 45px; width: 45px; } } -@media screen and (min-width: 992px) { +@media screen and (min-width: 576px) { .footer-icons { - height: 40px; - width: 40px; + height: 50px; + width: 50px; } } -@media screen and (min-width: 1053px) { +@media screen and (min-width: 992px) { .footer-icons { height: 45px; + margin: 3px; width: 45px; } } -@media screen and (min-width: 1200px) { +@media screen and (min-width: 1053px) { .footer-icons { height: 45px; + margin: 5px; width: 45px; } } -@media screen and (min-width: 1400px) { +@media screen and (min-width: 1200px) { .footer-icons { height: 50px; width: 50px; } }