From d36e0decbf5552ee394e6168e2bb1b7171cfdda4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 10 Feb 2026 01:40:42 -0800 Subject: fix: widen feature grid to 4 columns on xl screens --- apps/web/app/(marketing)/_components/feature-grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(marketing)/_components/feature-grid.tsx b/apps/web/app/(marketing)/_components/feature-grid.tsx index 5c5e880..3a52a5c 100644 --- a/apps/web/app/(marketing)/_components/feature-grid.tsx +++ b/apps/web/app/(marketing)/_components/feature-grid.tsx @@ -68,7 +68,7 @@ const FEATURES = [ export function FeatureGrid() { return ( -
+
{FEATURES.map((feature) => (