Skip to content

Commit

Permalink
fix(MobileFooter): fix menu items box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniyakuzina committed Sep 27, 2024
1 parent 8f9b6cf commit 365bfd2
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/components/Footer/mobile/Footer.scss
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -5,12 +5,6 @@
box-sizing: border-box;
height: 100vh;

*,
*::before,
*::after {
box-sizing: border-box;
}

&__body {
flex: 1;
}

0 comments on commit 365bfd2

Please sign in to comment.