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:
parent
a664d41e63
commit
3b071a1864
1 changed files with 0 additions and 2 deletions
|
|
@ -80,8 +80,6 @@
|
|||
|
||||
.collection {
|
||||
padding: $unit-2x 0;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue