Skip to content

Commit 9a9093c

Browse files
committed
fix: mobile phone width
1 parent abe5296 commit 9a9093c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
}
8484

85-
@media (max-width: 600px) {
85+
@media (max-width: 300px) {
8686
#root {
8787
padding: 1rem;
8888
}

0 commit comments

Comments
 (0)