From 63076c4f8017fa639ef71b228665d6f236afeb23 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 6 Jul 2025 03:04:00 -0700 Subject: [PATCH] give feature cloud slightly more room on mobile --- src/styles/components/featurelist.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/featurelist.css b/src/styles/components/featurelist.css index 018aed4..1f343cb 100644 --- a/src/styles/components/featurelist.css +++ b/src/styles/components/featurelist.css @@ -108,7 +108,7 @@ html:not(.dark) .feature-showcase .shiki span { margin: auto; max-width: 21.5rem; height: 100%; - min-height: 20rem; + min-height: 21.5rem; margin-bottom: 1rem; display: flex; justify-content: center;