Homepage: Change flex direction when landscape orientation
This commit is contained in:
parent
ea379034d3
commit
3b62ab2dce
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ main > a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1050px) {
|
||||
@media only screen and (orientation: landscape) {
|
||||
div {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue