diff --git a/src/components/Footer/mobile/Footer.scss b/src/components/Footer/mobile/Footer.scss index 8a31643..7b2772e 100644 --- a/src/components/Footer/mobile/Footer.scss +++ b/src/components/Footer/mobile/Footer.scss @@ -36,6 +36,7 @@ $block: '.#{variables.$ns}footer'; &__menu-item { padding: var(--g-spacing-2) var(--g-spacing-3); + box-sizing: border-box; } &__bottom-row { diff --git a/src/components/Footer/mobile/__stories__/MobileFooterShowcase.scss b/src/components/Footer/mobile/__stories__/MobileFooterShowcase.scss index a028033..f0bb965 100644 --- a/src/components/Footer/mobile/__stories__/MobileFooterShowcase.scss +++ b/src/components/Footer/mobile/__stories__/MobileFooterShowcase.scss @@ -5,12 +5,6 @@ box-sizing: border-box; height: 100vh; - *, - *::before, - *::after { - box-sizing: border-box; - } - &__body { flex: 1; }