Skip to content

Commit 8b54466

Browse files
committed
update screen width for phone rotate (@media)
1 parent 38ab6f3 commit 8b54466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ footer {
265265
flex-direction: row;
266266
justify-content: center;
267267
align-items: flex-end;
268-
width: 100vw;
268+
width: 100%;
269269
padding: 5px;
270270
}
271271
}
@@ -299,7 +299,7 @@ footer {
299299
}
300300
}
301301

302-
@media screen and (max-width: 850px) {
302+
@media screen and (max-width: 550px) {
303303
.root {
304304
display: none;
305305
}

0 commit comments

Comments
 (0)