From e5091d88f6e213ce016544df98776a30d9db0235 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 22:13:06 +0000 Subject: [PATCH] feat(About): photo overlaps text column with gradient blend --- app/components/About.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/About.tsx b/app/components/About.tsx index 488b42b..fa0e07b 100644 --- a/app/components/About.tsx +++ b/app/components/About.tsx @@ -2,8 +2,8 @@ export function About() { return (
- {/* Left: text content — flex-[1_0_0] = flex: 1 0 0, no shrink, exactly 50% */} -
+ {/* Left: text content — relative + z-10 so it renders above the overlapping photo */} +
{/* Large serif statement — width-constrained as per design */}

- {/* Right: author photo — slightly wider than 50% */} -
+ {/* Right: author photo — overlaps text column via -ml-32, gradient covers the overlap */} +
Björn - {/* Left gradient: blends hard edge into dark background */} -
+ {/* Left gradient: wide enough to cover the text-column overlap */} +