From bd7192ae24b3aa646ba454db1878b2c11a6e2a65 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Tue, 14 Apr 2026 08:40:06 +0300 Subject: [PATCH] fix addiction-stat card overflow on narrow viewports Remove min-width:4rem on the number (was pushing card past container), add flex-wrap + flex:1 1 12rem on label so it wraps under the number when the card itself is narrower than content. Slightly smaller number font (2.25rem) for balance. --- layouts/shortcodes/addiction-stat.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/addiction-stat.html b/layouts/shortcodes/addiction-stat.html index 7fed36d..3abb1fd 100644 --- a/layouts/shortcodes/addiction-stat.html +++ b/layouts/shortcodes/addiction-stat.html @@ -1,5 +1,5 @@ {{/* Single stat card — usage: {{< addiction-stat num="5h" color="#667eea" label="..." >}} */}} -
-
{{ .Get "num" }}
-
{{ .Get "label" }}
+
+
{{ .Get "num" }}
+
{{ .Get "label" }}