From 09244360ab5c539a47509bbf5efc472168c088a3 Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Wed, 29 Apr 2026 15:51:01 +0700 Subject: [PATCH] slower blink on mobile to 8s --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index aa200ee..b50fab7 100644 --- a/src/index.css +++ b/src/index.css @@ -198,7 +198,7 @@ body { } } .tetris-board > div { - animation-duration: 0.5s, 5s !important; + animation-duration: 0.5s, 8s !important; } }