Group pieces in the hand.

This commit is contained in:
2024-11-26 15:26:47 -06:00
parent 1ed1ad09af
commit 83dd4cc4a3
4 changed files with 62 additions and 21 deletions

View File

@@ -15,6 +15,10 @@
color: beige;
}
.game-board [data-upsidedown] {
transform: rotateZ(180deg);
}
.board {
display: grid;
grid-template-areas:
@@ -48,7 +52,6 @@
"I9 H9 G9 F9 E9 D9 C9 B9 A9";
}
.tile {
display: grid;
place-content: center;