style: removed comments
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tablets and below - reduce piece size */
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.piece {
|
.piece {
|
||||||
width: clamp(40px, 9cqh, 130px);
|
width: clamp(40px, 9cqh, 130px);
|
||||||
@@ -14,7 +13,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile - smaller pieces */
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.piece {
|
.piece {
|
||||||
width: clamp(32px, 8cqh, 100px);
|
width: clamp(32px, 8cqh, 100px);
|
||||||
@@ -22,7 +20,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small phones - even smaller */
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.piece {
|
.piece {
|
||||||
width: clamp(24px, 6cqh, 75px);
|
width: clamp(24px, 6cqh, 75px);
|
||||||
|
|||||||
Reference in New Issue
Block a user