Homepage: Change flex direction when landscape orientation

This commit is contained in:
Viyurz 2023-11-26 09:58:32 +01:00
parent ea379034d3
commit 3b62ab2dce
No known key found for this signature in database

View file

@ -62,7 +62,7 @@ main > a:hover {
text-decoration: underline; text-decoration: underline;
} }
@media only screen and (min-width: 1050px) { @media only screen and (orientation: landscape) {
div { div {
flex-direction: row; flex-direction: row;
} }