Skip to content

Commit 4fe7ada

Browse files
authored
Merge pull request #1595 from Arhell/fix-nav
fix navigation on tablet
2 parents 4acd4e4 + c3dd292 commit 4fe7ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)