some name change stuff

This commit is contained in:
Alec
2021-12-20 00:28:40 -05:00
parent 133d3a6a03
commit 82ca096600
16 changed files with 534 additions and 125 deletions

View File

@@ -222,14 +222,25 @@ input[type="number"] {
margin-bottom: 8em;
}
#game-creation-container {
width: 95%;
max-width: 60em;
}
#tracker-container {
display: flex;
align-items: center;
margin-top: 2em;
justify-content: center;
width: 100%;
}
#creation-step-tracker {
display: flex;
justify-content: center;
margin-top: 2em;
}
#step-forward-button, #step-back-button, #create-game {
position: absolute;
font-family: sans-serif;
font-size: 20px;
padding: 10px 20px;