Adjust landing style for mobile view to place content island first

This commit is contained in:
Chris Wilson 2020-12-04 23:07:05 -05:00
parent 64b5b28d47
commit 787242bb5f
1 changed files with 6 additions and 0 deletions

View File

@ -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;