From 3b071a1864c4eb10fc6a449729d41e972e720990 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 2 Dec 2025 11:46:38 -0800 Subject: [PATCH] fix collection page width to match teams page Remove explicit max-width: 1400px so the collection page uses the default --main-max-width (820px) like the teams page. --- src/routes/(app)/[username]/collection/+layout.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/(app)/[username]/collection/+layout.svelte b/src/routes/(app)/[username]/collection/+layout.svelte index 923f8ddc..7f8fda54 100644 --- a/src/routes/(app)/[username]/collection/+layout.svelte +++ b/src/routes/(app)/[username]/collection/+layout.svelte @@ -80,8 +80,6 @@ .collection { padding: $unit-2x 0; - max-width: 1400px; - margin: 0 auto; } .header {