From 787242bb5f0d5709ed8c048ed4efd0b4c1d1f395 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 4 Dec 2020 23:07:05 -0500 Subject: [PATCH] Adjust landing style for mobile view to place content island first --- WebHostLib/static/styles/landing.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebHostLib/static/styles/landing.css b/WebHostLib/static/styles/landing.css index fd3ef241..23da6690 100644 --- a/WebHostLib/static/styles/landing.css +++ b/WebHostLib/static/styles/landing.css @@ -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;