Disable side-by-side layout on mobile phones
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
@media (orientation: landscape) {
|
||||
@media (orientation: landscape) and (not (pointer: coarse)) {
|
||||
body {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
||||
Reference in New Issue
Block a user