matteo-the-prestige/static/css/game_page.css
2021-01-02 06:21:53 -05:00

9 lines
110 B
CSS

#game_container {
margin-top: 50px;
display: flex;
justify-content: space-around;
}
.game {
width: 33%;
}