Group pieces in the hand.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user