Small improvements

This commit is contained in:
Oleksandr Kozachuk
2025-06-15 13:31:18 +02:00
parent 31b326b090
commit 59ba29e5a0
2 changed files with 38 additions and 5 deletions
+2 -2
View File
@@ -414,11 +414,11 @@
.clock-label {
position: absolute;
bottom: 23%;
bottom: 30%;
left: 50%;
transform: translateX(-50%);
font-family: 'Great Vibes', cursive;
font-size: calc(var(--clock-size) * 0.08);
font-size: calc(var(--clock-size) * 0.06);
color: #ffaaff;
text-shadow: 0 0 6px rgba(255, 0, 255, 0.6);
pointer-events: none;