Skip to content

Commit

Permalink
Improve header responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Nov 18, 2024
1 parent 3aabd34 commit 288c417
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/votes/static/css/_site-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
.nav-link {
font-weight: bold;
text-transform: uppercase;

&.active {
text-decoration: underline;
text-underline-offset: 0.1rem;
text-decoration-thickness: 2px;
}
}
}

Expand All @@ -21,7 +27,7 @@
margin-top: 1rem;
margin-bottom: 0;

& > .nav-item {
&>.nav-item {
border-top: 1px solid rgba(#000, 0.1);
}

Expand Down Expand Up @@ -50,4 +56,4 @@
@include media-breakpoint-up(lg) {
--bs-gutter-x: #{ map-get($spacers, 5) * 2 };
}
}
}

0 comments on commit 288c417

Please sign in to comment.