diff --git a/src/components/teaser/EndSection.tsx b/src/components/teaser/EndSection.tsx index 34e30c7..ea5b741 100644 --- a/src/components/teaser/EndSection.tsx +++ b/src/components/teaser/EndSection.tsx @@ -30,10 +30,19 @@ function CountUpStat({ return (
} - style={{ minWidth: minWidth ?? "auto" }} + style={{ minWidth: minWidth ?? "auto", fontSize: "clamp(3rem, 2.5rem + 3vw, 6rem)" }} + > + {display}{suffix} +
+ {/* Mobile version */} +} + style={{ minWidth: minWidth ?? "auto", fontSize: "clamp(2rem, 1.2rem + 4vw, 6rem)" }} > {display}{suffix}
@@ -49,7 +58,7 @@ export default function EndSection() {