Skip to content

Commit

Permalink
fix(header): titles break (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabichw committed Jan 19, 2021
1 parent 21604b0 commit 211fb77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/MainNavigation/mainNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 700;

&:first-of-type {
margin-left: 0;
}
&:last-of-type {
margin-right: 0;
}
}

.label {
display: none;
white-space: nowrap;
@media screen and (min-width: 45em) {
display: initial;
}
Expand Down

0 comments on commit 211fb77

Please sign in to comment.