Skip to content

Commit

Permalink
fix(orange navbar): fix spacing between supra bar links on small brea…
Browse files Browse the repository at this point in the history
…kpoints (#2428)

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
  • Loading branch information
louismaximepiton and julien-deramond committed Dec 20, 2023
1 parent 8a34840 commit dc28e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_orange-navbar.scss
Expand Up @@ -23,6 +23,10 @@
padding-top: add(var(--#{$prefix}navbar-nav-icon-padding-y), .3125rem);
}
}

&.navbar-nav .nav-link {
margin-right: 0;
}
}

.header-minimized :first-child:not(.supra),
Expand Down

0 comments on commit dc28e36

Please sign in to comment.