From 29342d796c9334d5ecb9b46630736351a1357823 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Sat, 30 May 2026 17:21:44 +0200 Subject: [PATCH] fix(site): reduce situation card font size --- src/components/site/SiteCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/site/SiteCard.tsx b/src/components/site/SiteCard.tsx index 18d98e3..3a50b71 100644 --- a/src/components/site/SiteCard.tsx +++ b/src/components/site/SiteCard.tsx @@ -66,7 +66,7 @@ export function SiteCard({ style={{ color: getTextColor(), fontSize: isSituation - ? "clamp(18px, 2.3vw, 27px)" + ? "clamp(14px, 1.8vw, 22px)" : "clamp(10px, 1.5vw, 14px)", fontWeight: isSituation ? 700 : 500, textAlign: "center",