mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Overhaul on mobile styling for landing and create pages - more effective use of space
This commit is contained in:
BIN
assets/images/Wolf_Logo.gif
Normal file
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
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user