Skip to content

Commit

Permalink
Tweak navigation display for screen widths between 800px and 900px
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Oct 20, 2024
1 parent 88ac82b commit 061ce59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
margin: 0.3em 0.75em;
}

@media screen and (width > 799px) and (width <= 899px) {
.header nav > ul li {
margin: 0.3em;
}
}

@media screen and (width > 799px) {
.header nav > ul li:hover ul {
display: block;
Expand Down

0 comments on commit 061ce59

Please sign in to comment.