7 lines
127 B
CSS
Raw Normal View History

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