From f0ce3b29d6fd46916aad54c7346ae137919e0ca3 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Sun, 15 Jun 2025 09:38:26 +0200 Subject: [PATCH] fix label position on the clock --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d4d9476..e577bd7 100644 --- a/style.css +++ b/style.css @@ -414,7 +414,7 @@ .clock-label { position: absolute; - top: 8%; + bottom: 23%; left: 50%; transform: translateX(-50%); font-family: 'Great Vibes', cursive;