Skip to content

Commit 8baed1f

Browse files
committed
fix max width media query for mobile in nav css
1 parent 7cfffb8 commit 8baed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@media screen and (max-width: 769.5px) {
1+
@media screen and (max-width: 768.5px) {
22
html.is-clipped--nav {
33
overflow-y: hidden;
44
}

0 commit comments

Comments
 (0)