fix: size of pieces and removed text view of the game state
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.piece {
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
width: clamp(40px, 9cqh, 130px);
|
||||
height: clamp(40px, 9cqh, 130px);
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user