fix responsive CSS on desktop
parent
baceacd033
commit
709b107c4e
|
@ -43,6 +43,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen
|
@media only screen
|
||||||
|
and (max-width: 1100px)
|
||||||
and (orientation: portrait) {
|
and (orientation: portrait) {
|
||||||
body {
|
body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue