From 550ba35078fc698c2b853729c081566982df8678 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Fri, 6 Mar 2026 15:11:06 +0100 Subject: [PATCH] adjusted max page width --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2ae7101..7abe250 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -163,7 +163,7 @@ --media-width: 80%; /* page sizing */ - --page-width: 900px; + --page-width: 1200px; --screen-width-mobile: 800px; --margin-content-side: 24px;