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