Skip to content

Commit

Permalink
fix(navbar): use make-gutters() where appropriate after #541
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 7, 2020
1 parent 1014b6e commit b588d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@
// For nesting containers, have to redeclare for alignment purposes
%container-nesting-#{$breakpoint} {
flex-wrap: nowrap;
padding-right: $grid-gutter-width / 2; // Boosted mod
padding-left: $grid-gutter-width / 2; // Boosted mod
padding-right: $grid-gutter-width; // Boosted mod
padding-left: $grid-gutter-width; // Boosted mod
}

> .container,
Expand Down

0 comments on commit b588d8e

Please sign in to comment.