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

7 lines
127 B
CSS
Raw Normal View History

2021-01-02 11:21:53 +00:00
#game_container {
2021-01-05 05:26:33 +00:00
margin-top: 3rem;
margin-left: 1rem;
margin-right: 1rem;
2021-01-02 11:21:53 +00:00
display: flex;
justify-content: space-around;
}