Skip to content

Commit aa7e0e1

Browse files
authored
fix: mobile responsiveness (#276)
1 parent 886b5ac commit aa7e0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ a {
684684
}
685685
}
686686

687-
@media screen and (max-width: 444px) {
687+
@media screen and (max-width: 650px) {
688688
nav {
689689
position: absolute;
690690
}

0 commit comments

Comments
 (0)