From 5a9f42af0d38ddcf83698b2729694fce37e3a0d9 Mon Sep 17 00:00:00 2001 From: waleed Date: Tue, 7 Apr 2026 08:37:52 -0700 Subject: [PATCH] fix(blog): stack featured posts vertically on mobile to prevent horizontal overflow --- apps/sim/app/(landing)/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/app/(landing)/blog/page.tsx b/apps/sim/app/(landing)/blog/page.tsx index d938d014f97..9a43a935eab 100644 --- a/apps/sim/app/(landing)/blog/page.tsx +++ b/apps/sim/app/(landing)/blog/page.tsx @@ -81,12 +81,12 @@ export default async function BlogIndex({ {/* Featured posts */} {featured.length > 0 && ( <> -
+
{featured.map((p, index) => (