diff options
| author | Fuwn <[email protected]> | 2026-02-10 01:41:16 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 01:41:16 -0800 |
| commit | a17038040ffb855d7e197f10a934d6ae41b9b830 (patch) | |
| tree | 2c2433c42a8bf2ef259303525201afca2a3699c6 /apps | |
| parent | fix: widen feature grid to 4 columns on xl screens (diff) | |
| download | asa.news-a17038040ffb855d7e197f10a934d6ae41b9b830.tar.xz asa.news-a17038040ffb855d7e197f10a934d6ae41b9b830.zip | |
fix: widen features section to allow 4-column grid on xl screens
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(marketing)/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx index 534f252..6b98990 100644 --- a/apps/web/app/(marketing)/page.tsx +++ b/apps/web/app/(marketing)/page.tsx @@ -226,7 +226,7 @@ export default async function LandingPage() { <InteractiveDemo showcaseEntries={showcaseEntries} /> </section> - <section className="mx-auto max-w-4xl px-6 pb-16"> + <section className="mx-auto max-w-6xl px-6 pb-16"> <h2 className="mb-6 text-center text-text-primary">features</h2> <FeatureGrid /> </section> |