diff --git a/app/components/Blog.tsx b/app/components/Blog.tsx index 1499cbe..242246a 100644 --- a/app/components/Blog.tsx +++ b/app/components/Blog.tsx @@ -32,8 +32,13 @@ export async function Blog() { {/* Posts grid */} - {/* Featured post — image on top on Mobile, side-by-side from sm+ */} - + {/* Featured post — image on top on Mobile, side-by-side from sm+. + lg:min-h stretches the row taller on large screens (the image's + sm:h-full and the text column's justify-between both follow) — + without it the card's height was purely driven by the text + column's content, which stays short regardless of viewport + width. */} +
{featured.thumbnail && (