From 139fea94909412fd2244898ff7006461a9dcc939 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 2 Feb 2023 22:44:41 -0800 Subject: [PATCH] Revert max width. --- src/routes/+layout.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1ee18b9..0929c1e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -58,10 +58,9 @@ flex: 1; display: flex; flex-direction: column; - max-width: 850px; margin: 0 auto; padding: 2rem 0rem; - /* max-width: 80vw; */ + max-width: 85vw; @media (min-width: 1600px) { max-width: 70vw;