Slew of minor style adjustments

- Added padding to bottom of /setup-guide to accomodate iPhone users with curved screen bottoms
- Added screen orientation detection to /player-settings to force select inputs into a single column on mobile devices
- Added an X to the cookie notice to indicate it can be closed
- Changed "Generate Game" to "Start Game" so it matches the header
This commit is contained in:
Chris Wilson
2020-12-05 15:37:31 -05:00
parent 63d4162c97
commit 1a62772825
6 changed files with 16 additions and 4 deletions

View File

@@ -5,12 +5,13 @@ html{
}
#tutorial-wrapper{
width: 70rem;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 1rem;
padding: 1rem 1rem 3rem;
color: #eeffeb;
}