Adjust landing style for mobile view to place content island first
This commit is contained in:
parent
64b5b28d47
commit
787242bb5f
|
@ -275,6 +275,12 @@ html{
|
|||
display: none;
|
||||
}
|
||||
|
||||
#landing-header{ order: 1; }
|
||||
#landing-links{ order: 3; }
|
||||
#landing-clouds{ order: 4; }
|
||||
#decorations{ order: 5; }
|
||||
#landing{ order: 2; }
|
||||
|
||||
#landing-links{
|
||||
height: auto;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue