From dee4567f7460154aa8b588c2d298da39dfc7cbe6 Mon Sep 17 00:00:00 2001 From: vrael32 Date: Sat, 4 Apr 2026 01:36:02 -0400 Subject: [PATCH] TV view: reduce clock font size to one-third Made-with: Cursor --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index cf8df55..67f42c2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -787,7 +787,7 @@ body.header-tone-light .app-header .tab.active { .calendar-tv-clock-time { display: block; - font-size: clamp(15.75rem, 36vw, 24.75rem); + font-size: clamp(5.25rem, 12vw, 8.25rem); font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: 0.02em;