feat(css): Uhr font-size fluid via clamp()

This commit is contained in:
2026-06-13 20:20:40 +02:00
parent 5a7d7feace
commit 061669a7cc
+1 -1
View File
@@ -480,7 +480,7 @@ html, body {
.clock {
font-family: var(--font-display);
font-size: 20px; font-weight: 500; letter-spacing: 2px;
font-size: clamp(1rem, 0.9167rem + 0.28vw, 1.25rem); font-weight: 500; letter-spacing: 2px;
color: var(--text-secondary);
transition: color 0.5s, font-family 0.1s;
line-height: 1;