style: removed comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user