From c65ee15c0da137f002a33e9b5b8173e189d9fddd Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Sat, 11 Jul 2026 15:33:26 -0700 Subject: [PATCH] Raise the precip "Moderate" label further (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -0.85em still grazed the neighbouring Light–Mod/Mod–Heavy labels on mobile; lift to -1.4em so it sits clearly above the cluster. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cec026c..6eae42b 100644 --- a/static/style.css +++ b/static/style.css @@ -746,7 +746,7 @@ main { max-width: 1200px; margin: 0 auto; padding: 20px 24px 60px; } /* "Moderate" is a wide single word (can't wrap) sandwiched between the two-line "Light–Mod"/"Mod–Heavy" labels, so on narrow screens its centered box spills over their first line. Lift it into the empty gap above to clear the collision. */ -.ct-wet-5 .ct-label { transform: translateY(-0.85em); } +.ct-wet-5 .ct-label { transform: translateY(-1.4em); } .ct-num { font-size: 12px; font-weight: 700; line-height: 1; color: color-mix(in oklab, var(--c, var(--muted)), var(--text) 40%);