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 {
|
.collection {
|
||||||
padding: $unit-2x 0;
|
padding: $unit-2x 0;
|
||||||
max-width: 1400px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue