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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 14:54:00 +08:00
parent 82e0a67507
commit 003d05bc26

View File

@@ -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 {