Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.
This commit is contained in:
21
WebHostLib/static/styles/generate.css
Normal file
21
WebHostLib/static/styles/generate.css
Normal file
@@ -0,0 +1,21 @@
|
||||
#generate-game-wrapper{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#generate-game{
|
||||
width: 660px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#generate-game-form-wrapper{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#generate-game-form{
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user