From 003d05bc26fc7e7664d219e0baf8dbcd730a5a2b Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 14:54:00 +0800 Subject: [PATCH] style: stack hero metrics to single column on mobile Remove the 2-column grid constraint so metrics flow into a single-column layout on smaller viewports. Co-Authored-By: Claude --- website/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index b44185bd..1cabfb18 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -1004,7 +1004,6 @@ th[data-sort].sort-asc::after { .hero-metrics { gap: 1rem; - grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero-metrics div {