Skip to content

Commit be1f883

Browse files
committed
fix navigation on tablet
1 parent 5c72e58 commit be1f883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stylesheets/nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ header summary,
2222
}
2323

2424
.nav-mobile-dropdown {
25-
@media (max-width: $width-md) {
25+
@media (max-width: $width-md - 1) {
2626
display: none;
2727
visibility: hidden;
2828
}

0 commit comments

Comments
 (0)