From 7e00d51b899fcade36055c57c4ad257fbf44a0f8 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 25 Aug 2026 20:23:15 +0000 Subject: [PATCH] Revert "Home Blog section: cap width at max-w-[75rem], same as the rest of the site" This reverts commit 233a41f7c981adcfdeafad001d8832be828d13b3. --- app/components/Blog.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app/components/Blog.tsx b/app/components/Blog.tsx index 3183126..1499cbe 100644 --- a/app/components/Blog.tsx +++ b/app/components/Blog.tsx @@ -17,7 +17,7 @@ export async function Blog() {
{/* Section header */} - +

Neue Impulse

@@ -29,14 +29,8 @@ export async function Blog() {

- {/* Posts grid — capped at the same max-w-[75rem] the rest of the site - uses (e.g. ProductSpotlight.tsx), not full-bleed w-full. Without - it, the featured card's fixed-height-turned-h-full image column - kept stretching wider on very wide screens while its height - stayed pinned to the text column's content height, so the photo - got progressively more elongated/squashed the wider the - viewport — capping the card's own width caps that. */} - + {/* Posts grid */} + {/* Featured post — image on top on Mobile, side-by-side from sm+ */}