Skip to content

Commit

Permalink
fix(supra): rectify the spacing between links
Browse files Browse the repository at this point in the history
  • Loading branch information
LE DIOURON Kevin authored and julien-deramond committed Oct 1, 2021
1 parent 71aef2e commit 0b0c7f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_orange-navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

@include media-breakpoint-up(md) {
display: flex;

.container {
padding-left: 0;
}
Expand All @@ -27,7 +26,7 @@
}

a {
margin-right: .313rem;
margin-right: .438rem;
}
a::before {
bottom: -.438rem;
Expand Down

0 comments on commit 0b0c7f3

Please sign in to comment.