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

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>