fix responsive CSS on desktop

main
Ariadne Conill 2022-11-12 08:16:21 -06:00
parent baceacd033
commit 709b107c4e
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ main {
}
@media only screen
and (max-width: 1100px)
and (orientation: portrait) {
body {
flex-direction: column;