Skip to content

Commit

Permalink
fix: adds the border to the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed May 6, 2024
1 parent d8725d7 commit 236f6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/site-header/styles/_Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ $header-logo-height-mobile: 1.5rem;

.site-header-desktop {
background: $white;
border-bottom: 3px solid $brand;
.nav-link {
text-decoration: none;
border-radius: $border-radius;
Expand Down

0 comments on commit 236f6a8

Please sign in to comment.