Skip to content

Commit

Permalink
fix(supra nav): spacings and alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 7, 2020
1 parent b9d6a11 commit b92e24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_o-megamenu.scss
Expand Up @@ -253,7 +253,7 @@
top: 3.75rem;
}

&:not(.minimized) .nav-link {
&:not(.minimized) .mega-menu .nav-link {
padding: $navbar-padding-y map-get($spacers, 2);
}
}
Expand Down
2 changes: 1 addition & 1 deletion scss/_o-navbar.scss
Expand Up @@ -13,7 +13,7 @@
}

.navbar-nav {
margin: 0 -#{$navbar-supra-padding-x};
margin: 0 -#{map-get($spacers, 2)};
}

.nav-link {
Expand Down

0 comments on commit b92e24f

Please sign in to comment.