Skip to content

Commit

Permalink
fix(MobileFooter): fix menu items box-sizing (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: kseniyakuzina <[email protected]>
  • Loading branch information
2 people authored and benax-se committed Nov 12, 2024
1 parent 6ce6b99 commit 50f7fae
Show file tree
Hide file tree
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
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
box-sizing: border-box;
height: 100vh;

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

&__body {
flex: 1;
}
Expand Down

0 comments on commit 50f7fae

Please sign in to comment.