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.
This commit is contained in:
Justin Edmund 2025-12-02 11:46:38 -08:00
parent a664d41e63
commit 3b071a1864

View file

@ -80,8 +80,6 @@
.collection {
padding: $unit-2x 0;
max-width: 1400px;
margin: 0 auto;
}
.header {