slower blink on mobile to 8s

This commit is contained in:
vndangkhoa 2026-04-29 15:51:01 +07:00
parent dd0a889d4f
commit 09244360ab

View file

@ -198,7 +198,7 @@ body {
} }
} }
.tetris-board > div { .tetris-board > div {
animation-duration: 0.5s, 5s !important; animation-duration: 0.5s, 8s !important;
} }
} }