diff --git a/app/components/About.tsx b/app/components/About.tsx index 7b6c422..a2c1ca6 100644 --- a/app/components/About.tsx +++ b/app/components/About.tsx @@ -2,8 +2,8 @@ export function About() { return (
- {/* Left: text content */} -
+ {/* Left: text content — flex-[1_0_0] = flex: 1 0 0, no shrink, exactly 50% */} +
{/* Large serif statement — width-constrained as per design */}

- {/* Right: author photo fills full column height */} -
+ {/* Right: author photo — flex-[1_0_0] keeps it at exactly 50% */} +