feat(css): Uhr font-size fluid via clamp()
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user