Files
Grinch-AP/WebHostLib/static/styles/hostGame.css

31 lines
411 B
CSS
Raw Normal View History

#host-game-wrapper{
2020-07-18 16:25:07 -04:00
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
#host-game{
width: 700px;
2020-12-02 23:05:37 -05:00
min-height: 240px;
text-align: center;
}
#host-game.wider{
width: 980px;
}
#host-game-form-wrapper{
2020-07-18 16:25:07 -04:00
width: 100%;
text-align: center;
margin-bottom: 1rem;
}
#host-game-form{
2020-07-18 16:25:07 -04:00
display: none;
}
2020-12-02 23:05:37 -05:00
#host-game button{
margin-top: 5px;
}