24 lines
203 B
CSS
24 lines
203 B
CSS
|
|
|
|
|
|
|
|
|
|
/**********
|
|
* CONTENT
|
|
**********/
|
|
|
|
.main--single,
|
|
.main--list,
|
|
.content
|
|
{
|
|
blockquote,
|
|
dl,
|
|
ol,
|
|
section,
|
|
ul,
|
|
.footnotes,
|
|
.page-footer
|
|
{
|
|
grid-column: main-start / main-end;
|
|
}
|
|
}
|