a tool for shared writing and social publishing
0

Configure Feed

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

remove overflow-x on about

Jared Pereira (May 21, 2026, 2:35 PM EDT) dff393d4 a885d90f

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