diff --git a/src/app/[...file]/page.css.ts b/src/app/[...file]/page.css.ts index df59703..7b85dc3 100644 --- a/src/app/[...file]/page.css.ts +++ b/src/app/[...file]/page.css.ts @@ -12,7 +12,7 @@ export const root = style({ export const center = style({ boxSizing: 'border-box', width: '100%', - maxWidth: '90em', + maxWidth: '75em', height: 'max-content', padding: '2em', });