sim16/static/css/game_page.css

11 lines
148 B
CSS
Raw Normal View History

2021-01-02 11:21:53 +00:00
#game_container {
margin-top: 50px;
display: flex;
justify-content: space-around;
}
.game {
width: 95%;
max-width: 700px;
min-width: 600px;
2021-01-02 11:21:53 +00:00
}