2020-11-30 21:15:47 -05:00
|
|
|
#generate-game-wrapper{
|
2020-07-18 16:25:07 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2020-11-30 21:15:47 -05:00
|
|
|
#generate-game{
|
2020-12-01 03:08:31 -05:00
|
|
|
width: 700px;
|
|
|
|
min-height: 360px;
|
2020-10-25 11:49:12 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-12-01 03:08:31 -05:00
|
|
|
#generate-game p{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2020-12-02 23:05:37 -05:00
|
|
|
#generate-game button{
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2020-11-30 21:15:47 -05:00
|
|
|
#generate-game-form-wrapper{
|
2020-07-18 16:25:07 -04:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2020-11-30 21:15:47 -05:00
|
|
|
#generate-game-form{
|
2020-07-18 16:25:07 -04:00
|
|
|
display: none;
|
|
|
|
}
|