fix(site): reduce situation card font size

This commit is contained in:
Tom Boullay
2026-05-30 17:21:44 +02:00
parent 60e3c92511
commit 29342d796c
+1 -1
View File
@@ -66,7 +66,7 @@ export function SiteCard({
style={{ style={{
color: getTextColor(), color: getTextColor(),
fontSize: isSituation fontSize: isSituation
? "clamp(18px, 2.3vw, 27px)" ? "clamp(14px, 1.8vw, 22px)"
: "clamp(10px, 1.5vw, 14px)", : "clamp(10px, 1.5vw, 14px)",
fontWeight: isSituation ? 700 : 500, fontWeight: isSituation ? 700 : 500,
textAlign: "center", textAlign: "center",