Let the About Triple Text row fill the padded width so the columns are not capped at 1440px on wide viewports.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-08-19 17:02:55 -06:00
co-authored by Cursor
parent c2188015e3
commit 846af91240
2 changed files with 2 additions and 1 deletions
@@ -142,7 +142,7 @@ function TripleTextBlockView({
className={
isUseCases
? "mx-auto flex w-full flex-col items-start gap-[var(--spacing-scale-032)] md:gap-[var(--spacing-scale-048)] lg:items-center lg:gap-[var(--spacing-scale-064)]"
: "mx-auto flex w-full max-w-[1440px] flex-col items-start gap-[var(--spacing-scale-032)]"
: "mx-auto flex w-full flex-col items-start gap-[var(--spacing-scale-032)]"
}
>
{hasSectionTitle ? (