From 91b8f0c6b5d0858236147cd099cc827d9877e458 Mon Sep 17 00:00:00 2001 From: "M.Cozzolino" Date: Sun, 11 Jan 2026 19:45:48 +0100 Subject: [PATCH] fix(stat): add fixed font-size for stat-title --- src/components/stat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/stat.css b/src/components/stat.css index 9bbe91c..e417017 100644 --- a/src/components/stat.css +++ b/src/components/stat.css @@ -21,7 +21,7 @@ @apply col-start-2 row-span-3 row-start-1 place-self-center justify-self-end; } .stat-title { - @apply text-base-content/80 col-start-1 whitespace-nowrap; + @apply text-base-content/80 col-start-1 text-base whitespace-nowrap; } .stat-value { @apply text-base-content col-start-1 text-3xl font-semibold whitespace-nowrap;