From a7ae028e347fb4b27a00efc27d701b9a437e0081 Mon Sep 17 00:00:00 2001 From: Andrei Provatorov Date: Mon, 9 Feb 2026 13:15:29 +0300 Subject: [PATCH] Change width of digit element from 0.5em to 0.6em --- .../2-css-animations/digits-negative-delay.view/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-animation/2-css-animations/digits-negative-delay.view/style.css b/7-animation/2-css-animations/digits-negative-delay.view/style.css index 78c10f4092..399f078ce8 100644 --- a/7-animation/2-css-animations/digits-negative-delay.view/style.css +++ b/7-animation/2-css-animations/digits-negative-delay.view/style.css @@ -1,5 +1,5 @@ #digit { - width: .5em; + width: .6em; overflow: hidden; font: 32px monospace; cursor: pointer;