2021-05-26 17:34:31 +00:00
|
|
|
#game {
|
|
|
|
height: 100%;
|
2021-05-31 19:42:33 +00:00
|
|
|
width: 100%;
|
2021-05-26 17:34:31 +00:00
|
|
|
grid-column-start: 1;
|
2021-05-31 19:42:33 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-05-26 17:34:31 +00:00
|
|
|
}
|