diff --git a/app/components/About.tsx b/app/components/About.tsx index 07c1d7f..e61b0fd 100644 --- a/app/components/About.tsx +++ b/app/components/About.tsx @@ -101,8 +101,13 @@ export function About() { sizes="(min-width: 640px) 58vw, 100vw" className="object-cover object-center pointer-events-none" /> - {/* Left gradient: wide enough to cover the text-column overlap — lg+ only, matching the overlap itself */} -
+ {/* Left gradient — from sm: up, not just lg:. Even without the + -ml-48 overlap at Tablet, the photo sits directly against the + dark text column with no transition, reading as a hard vertical + seam (reported 2026-07-29). A narrower fade (w-16) softens just + that seam at Tablet; widens to w-72 at lg: to also cover the + deeper -ml-48 overlap once that kicks in. */} +