11 lines
148 B
CSS
11 lines
148 B
CSS
#game_container {
|
|
margin-top: 50px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.game {
|
|
width: 95%;
|
|
max-width: 700px;
|
|
min-width: 600px;
|
|
} |