This commit is contained in:
Maciej Caderek
2022-02-02 06:03:55 +01:00
parent 9e232ba133
commit 4fa2ba1fb9
5 changed files with 71 additions and 19 deletions

View File

@@ -48,6 +48,7 @@ body {
.moves-box {
background: rgba(255, 192, 203, 0.5);
height: 85vh;
grid-area: moves;
}
@@ -65,7 +66,7 @@ body {
.controls-box {
background: rgba(0, 255, 0, 0.5);
height: 100px;
height: 15vh;
grid-area: controls;
}