From ed575d5aa023f0490ce78ff951b8c3454b597aa5 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 21:51:54 +0000 Subject: [PATCH] fix(Blog): normalize image-to-text gap to 12px across all cards Featured had 8px (only content px-2, no card gap). Secondary had 16px (gap-2 + content p-2 left). Both now use gap-3 (12px) at card level with no left padding on content. Co-Authored-By: Claude Sonnet 4.6 --- app/components/Blog.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/Blog.tsx b/app/components/Blog.tsx index ad6ba39..cd1f9e3 100644 --- a/app/components/Blog.tsx +++ b/app/components/Blog.tsx @@ -52,7 +52,7 @@ export function Blog() {
{/* Featured post — thumbnail flush left, card clips with overflow-hidden */} -
+
-
+
{featured.category} @@ -93,7 +93,7 @@ export function Blog() { {secondary.map((post) => (
{/* Thumbnail: own border-radius so it sits neatly inside the padded card */}
@@ -103,7 +103,7 @@ export function Blog() { className="w-full h-full object-cover pointer-events-none" />
-
+
{post.category}