Skip to content

Commit

Permalink
Stop navbar wrapping (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: RogerGabeller-ml <georgebarrell@gmail.com>
  • Loading branch information
RogerGabeller-ml and RogerGabeller-ml authored Aug 11, 2022
1 parent 5653d20 commit f704397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ header {
}
}

@media only screen and (max-width: 600px) {
@media only screen and (max-width: 880px) {
header {
.right {
display: none;
Expand Down

0 comments on commit f704397

Please sign in to comment.