mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
22 lines
322 B
CSS
22 lines
322 B
CSS
#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;
|
|
}
|