aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/components/base/Section.astro
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/components/base/Section.astro')
-rw-r--r--apps/website/src/components/base/Section.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/components/base/Section.astro b/apps/website/src/components/base/Section.astro
index c463a16..6ea3075 100644
--- a/apps/website/src/components/base/Section.astro
+++ b/apps/website/src/components/base/Section.astro
@@ -10,7 +10,7 @@ interface Props extends HTMLAttributes<'section'> {
}
const {
- maxWidth = '1080px',
+ maxWidth = '1024px',
colReverse = true,
wrapperClass = '',
wFull = true,