diff --git a/src/components/teaser/EndSection.tsx b/src/components/teaser/EndSection.tsx index b2928ab..792fa31 100644 --- a/src/components/teaser/EndSection.tsx +++ b/src/components/teaser/EndSection.tsx @@ -29,11 +29,10 @@ function CountUpStat({ const display = format ? format(count) : String(count); return ( -
+
}> {/* Desktop version */}

} style={{ minWidth: minWidth ?? "auto", fontSize: "clamp(3rem, 2.5rem + 3vw, 6rem)" }} > {display}{suffix} @@ -41,7 +40,6 @@ function CountUpStat({ {/* Mobile version */}

} style={{ minWidth: minWidth ?? "auto", fontSize: "clamp(2rem, 1.2rem + 4vw, 6rem)" }} > {display}{suffix}