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%);