style: removed comments

This commit is contained in:
shahdlala66
2026-04-18 23:45:08 +02:00
parent 0d7bb0343c
commit e83ec814d9
@@ -6,7 +6,6 @@
pointer-events: none;
}
/* Tablets and below - reduce piece size */
@media (max-width: 991px) {
.piece {
width: clamp(40px, 9cqh, 130px);
@@ -14,7 +13,6 @@
}
}
/* Mobile - smaller pieces */
@media (max-width: 768px) {
.piece {
width: clamp(32px, 8cqh, 100px);
@@ -22,7 +20,6 @@
}
}
/* Small phones - even smaller */
@media (max-width: 480px) {
.piece {
width: clamp(24px, 6cqh, 75px);