diff --git a/web/workspace/src/routes/+layout.svelte b/web/workspace/src/routes/+layout.svelte index 52b2cd22..c8b1cbf1 100644 --- a/web/workspace/src/routes/+layout.svelte +++ b/web/workspace/src/routes/+layout.svelte @@ -127,7 +127,7 @@ min-width: 0; min-height: 0; width: 100%; - max-width: 720px; + max-width: 920px; margin-inline: auto; overflow-y: auto; padding: var(--space-6);