Overhaul on mobile styling for landing and create pages - more effective use of space

This commit is contained in:
Alec Maier
2019-09-15 04:06:54 -04:00
parent 531ac6f28a
commit 5f4b700f88
4 changed files with 963 additions and 7 deletions

BIN
assets/images/Wolf_Logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

File diff suppressed because one or more lines are too long

View File

@@ -46,10 +46,12 @@
<div id="card-select">
</div>
<a href="/">
<button class="app-btn">Back</button>
</a>
<button id="create-btn" class="app-btn">Create</button>
<div id="game-start">
<a href="/">
<button class="app-btn">Back</button>
</a>
<button id="create-btn" class="app-btn">Create</button>
</div>
</div>
</div>
<script type="module" src="/static/setup.js"></script>

View File

@@ -10,8 +10,7 @@
<div class="app-content">
<a href="/">
<div class="app-title">
<h1 class="app-header">Where are</h1>
<h1 class="app-header">the Wolves<span class="title-question-mark">?</span></h1>
<img src="../assets/images/Wolf_Logo.gif" alt="Where Are the Wolves?" />
</div>
</a>
</div>