7 lines
127 B
CSS
7 lines
127 B
CSS
#game_container {
|
|
margin-top: 3rem;
|
|
margin-left: 1rem;
|
|
margin-right: 1rem;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
} |