Skip to content

Commit

Permalink
feat: header short menu styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Feb 6, 2024
1 parent 5c5e1ea commit 1b68cb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@
li {
padding: 0.5rem;

@include media-breakpoint-up(lg) {
padding: 1rem;
}

a.active {
text-decoration: underline;
border-bottom: 2px solid black;
}
}
}
Expand Down

0 comments on commit 1b68cb7

Please sign in to comment.