fix: size of pieces and removed text view of the game state

This commit is contained in:
shahdlala66
2026-04-17 23:30:44 +02:00
parent c11c1d4dce
commit c60d00f9d2
5 changed files with 15 additions and 71 deletions
@@ -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;