move buttons out of game.ctrl

This commit is contained in:
ntr
2019-09-13 12:36:32 +10:00
parent f894538c9b
commit ba48123fbc
3 changed files with 58 additions and 70 deletions
+4
View File
@@ -14,6 +14,10 @@ aside {
padding-left: 1em;
.game-controls {
grid-template-rows: 1fr 1fr 1fr min-content;
}
.controls {
grid-area: controls;