diff --git a/style.css b/style.css index f57e8ea..e71030c 100644 --- a/style.css +++ b/style.css @@ -620,7 +620,7 @@ body.fullscreen-clock .clock-label { left: 50%; transform-origin: bottom center; transform: translateX(-50%); - transition: transform 0.5s ease-in-out; + transition: transform 1s linear; border-radius: 2px; z-index: 1; }