matteo-the-prestige/static/css/game_page.css

9 lines
110 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: 33%;
}