Skip to content

Commit

Permalink
fix more invalid usage of $block-gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 19, 2024
1 parent c11f5c4 commit 41ae777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pagelets/css/practice/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@import 'icons';

.page-menu__menu {
margin: 0 0 #{2 * $block-gap} 0;
margin: 0 0 3rem 0;

@include mq-subnav-side {
margin: 0 #{2 * $block-gap} 0 0;
margin: 0 3rem 0 0;
}
}

0 comments on commit 41ae777

Please sign in to comment.