From eeeacc9b031d46813030653c63809bb96dec2f7b Mon Sep 17 00:00:00 2001 From: imick-io <153135517+imick-io@users.noreply.github.com> Date: Fri, 22 May 2026 17:36:29 -0400 Subject: [PATCH] feat(website): constrain sections to max-w-9xl on wide screens (#12428) Add max-w-9xl mx-auto to section/container wrappers across the website so layout stays centered and capped at 96rem on screens wider than 1536px. ## Summary ## Changes - **What**: - **Breaking**: - **Dependencies**: ## Review Focus ## Screenshots (if applicable) Co-authored-by: Claude Opus 4.7 (1M context) --- apps/website/src/components/about/CareersSection.vue | 2 +- apps/website/src/components/about/HeroSection.vue | 2 +- apps/website/src/components/about/OurValuesSection.vue | 2 +- apps/website/src/components/about/StorySection.vue | 2 +- apps/website/src/components/about/ValuesSection.vue | 2 +- apps/website/src/components/common/FAQSection.vue | 2 +- apps/website/src/components/common/ProductCardsSection.vue | 4 +++- apps/website/src/components/customers/FeedbackSection.vue | 4 ++-- apps/website/src/components/customers/HeroSection.vue | 2 +- apps/website/src/components/customers/StorySection.vue | 2 +- apps/website/src/components/customers/VideoSection.vue | 2 +- apps/website/src/components/gallery/ContactSection.vue | 2 +- apps/website/src/components/gallery/GallerySection.vue | 5 ++++- apps/website/src/components/gallery/HeroSection.vue | 4 +++- apps/website/src/components/home/BuildWhatSection.vue | 2 +- .../src/components/home/CaseStudySpotlightSection.vue | 4 +++- apps/website/src/components/home/GetStartedSection.vue | 4 +++- apps/website/src/components/home/HeroSection.vue | 2 +- apps/website/src/components/home/ProductShowcaseSection.vue | 5 ++++- apps/website/src/components/pricing/PriceSection.vue | 4 ++-- apps/website/src/components/pricing/WhatsIncludedSection.vue | 2 +- .../website/src/components/product/cloud/AudienceSection.vue | 2 +- apps/website/src/components/product/cloud/PricingSection.vue | 2 +- .../components/product/enterprise/OrchestrationSection.vue | 2 +- .../src/components/product/local/EcoSystemSection.vue | 2 +- .../src/components/product/shared/AIModelsSection.vue | 4 +++- .../src/components/product/shared/CardGridSection.vue | 2 +- .../src/components/product/shared/FeatureShowcaseSection.vue | 2 +- apps/website/src/components/product/shared/ReasonSection.vue | 2 +- 29 files changed, 47 insertions(+), 31 deletions(-) diff --git a/apps/website/src/components/about/CareersSection.vue b/apps/website/src/components/about/CareersSection.vue index aad614ca1e..20c50e5ddb 100644 --- a/apps/website/src/components/about/CareersSection.vue +++ b/apps/website/src/components/about/CareersSection.vue @@ -10,7 +10,7 @@ const { locale = 'en' } = defineProps<{ locale?: Locale }>()