18 lines
139 B
CSS
18 lines
139 B
CSS
|
|
|
|
|
|
|
|
|
|
.main--single,
|
|
.main--list,
|
|
.content
|
|
{
|
|
blockquote,
|
|
dl,
|
|
ol,
|
|
ul,
|
|
.footnotes
|
|
{
|
|
grid-column: main-start / main-end;
|
|
}
|
|
}
|