mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 01:23:25 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user