Berserker's Multiworld
+The Legend of Zelda: A Link to the Past
+MultiWorld Randomizer
Source Code - @@ -18,23 +20,6 @@ Contributors
This is a randomizer for The Legend of Zelda: A Link to the Past.
@@ -56,4 +41,5 @@diff --git a/WebHostLib/static/styles/islandFooter.css b/WebHostLib/static/styles/islandFooter.css index 0ed96223..593c091c 100644 --- a/WebHostLib/static/styles/islandFooter.css +++ b/WebHostLib/static/styles/islandFooter.css @@ -7,7 +7,7 @@ height: 66px; padding-left: 0.5rem; line-height: 30px; - position: absolute; + position: fixed; bottom: 0; left: 0; } diff --git a/WebHostLib/static/styles/landing.css b/WebHostLib/static/styles/landing.css index e77f3006..0a10227d 100644 --- a/WebHostLib/static/styles/landing.css +++ b/WebHostLib/static/styles/landing.css @@ -6,13 +6,13 @@ } #landing{ - margin-right: 0.5em; - margin-bottom: 0.5em; + width: 820px; + min-height: 440px; } -#landing-header-links{ - width: 100%; +#landing-header{ text-align: center; + width: 100%; margin: 0; } @@ -31,5 +31,12 @@ } iframe{ + margin-left: 0.5rem; border: none; } + +@media only screen and (max-width: 1300px) { + iframe{ + display: none; + } +} diff --git a/WebHostLib/templates/cloudHeader.html b/WebHostLib/templates/cloudHeader.html index 2e7eb1b0..e3b92470 100644 --- a/WebHostLib/templates/cloudHeader.html +++ b/WebHostLib/templates/cloudHeader.html @@ -7,6 +7,5 @@ Host Game Setup Guide Player Settings - YAML Tester {% endblock %} diff --git a/WebHostLib/templates/landing.html b/WebHostLib/templates/landing.html index f4b72ff9..bc37dd6a 100644 --- a/WebHostLib/templates/landing.html +++ b/WebHostLib/templates/landing.html @@ -6,10 +6,12 @@ {% endblock %} {% block body %} + {% include 'cloudHeader.html' %}
Source Code - @@ -18,23 +20,6 @@ Contributors
This is a randomizer for The Legend of Zelda: A Link to the Past.
@@ -56,4 +41,5 @@