File tree 2 files changed +6
-3
lines changed
cdhweb/static_src/global/layout
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
grid-template-areas : ' . . m m m m m m m m . .' ;
20
20
}
21
21
@include xxxl {
22
- grid-template-areas : ' . . m m m m m m . . . .' ;
22
+ grid-template-areas : ' . . m m m m m m m . . .' ;
23
23
}
24
24
}
25
25
.page-layout--with-sidenav {
26
26
// m = main content
27
27
// s = side-nav
28
+ // Note, we must keep the extra space between the `s` and `m` because otherwise
29
+ // content that has the negative "outdent" (e.g. headings) can collide with the sidenav.
28
30
@include xl {
29
31
grid-template-areas : ' s s s . m m m m m m m .' ;
30
32
}
31
33
@include xxxl {
32
- grid-template-areas : ' s s . m m m m m m . . .' ;
34
+ grid-template-areas : ' s s . m m m m m m m . .' ;
33
35
}
34
36
}
35
37
Original file line number Diff line number Diff line change 44
44
.block--cta ,
45
45
.block--note ,
46
46
.block--pull-quote ,
47
- .block--video
47
+ .block--video ,
48
+ .block--newsletter
48
49
) {
49
50
max-inline-size : var (--reading-max-width );
50
51
}
You can’t perform that action at this time.
0 commit comments