File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 48
48
49
49
@include sm {
50
50
grid-template-columns : repeat (auto-fill , minmax (px2rem (280 ), 1fr ));
51
- column-gap : 32 px ;
51
+ column-gap : 28 px ;
52
52
}
53
53
54
54
// For tile lists on wider landing pages, make them outdented too.
Original file line number Diff line number Diff line change 19
19
20
20
@include sm {
21
21
--standard-gap : 24px ;
22
- --page-gutter : 32 px ;
22
+ --page-gutter : 24 px ;
23
23
}
24
24
@include md {
25
- --page-gutter : 40px ;
26
25
--streamfield-space-xs : 24px ;
27
26
--streamfield-space-sm : 40px ;
28
27
--streamfield-space-lg : 80px ;
29
28
--content-outdent : 72px ;
30
29
}
31
30
@include lg {
32
- --standard-gap : 32px ;
33
31
--streamfield-space-lg : 104px ;
34
32
}
35
33
@include xl {
36
- --standard-gap : 48px ;
37
- --page-gutter : 64px ;
38
34
--content-outdent : 104px ;
39
35
}
40
36
@include xxl {
You can’t perform that action at this time.
0 commit comments