Skip to content

Commit f7ce52b

Browse files
committed
fix: phone size
1 parent 9a9093c commit f7ce52b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/App.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,16 @@
8282
}
8383
}
8484

85-
@media (max-width: 300px) {
85+
@media (max-width: 600px) {
8686
#root {
87-
padding: 1rem;
87+
padding: 0;
88+
}
89+
h1 {
90+
font-size: 2rem;
8891
}
8992
.logo {
9093
max-width: 90vw;
94+
width: auto;
9195
height: auto;
9296
}
9397
.audio-player {

0 commit comments

Comments
 (0)