a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

use clip for about page overflow

Brendan Schlagel (May 28, 2026, 12:47 AM EDT) e9dd6c0b 96401fd3

+1 -1
+1 -1
app/about/AboutPage.tsx
··· 20 20 export function AboutPage() { 21 21 return ( 22 22 <main 23 - className={`${ibmPlexSerif.variable} aboutPage w-full bg-[#FDFCFA] flex flex-col justify-center sm:px-12 px-4 mx-auto overflow-x-none overflow-y-auto`} 23 + className={`${ibmPlexSerif.variable} aboutPage w-full bg-[#FDFCFA] flex flex-col justify-center sm:px-12 px-4 mx-auto overflow-x-clip overflow-y-auto`} 24 24 > 25 25 <div className="spacer h-[96px] sm:h-[160px]" /> 26 26 <div className="aboutCover relative max-w-full mx-auto w-[800px] flex flex-col gap-3 sm:gap-4">