From 257b69a93289feac8ec5196917ed3682df77f492 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 19 Apr 2026 22:40:31 +0800 Subject: [PATCH] style(sponsors): bump section-label to --text-lg within sponsor scope Override font-size to var(--text-lg) inside .sponsor-meta so the Sponsors heading is larger, while the shared .section-label class remains --text-sm everywhere else. Co-Authored-By: Claude --- website/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/static/style.css b/website/static/style.css index c8a96fb4..5fa96638 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -414,6 +414,7 @@ kbd { .sponsor-meta .section-label { margin-bottom: 0; + font-size: var(--text-lg); } .sponsor-become {