Move 099_content.css to 040, ahead of most other styles
This commit is contained in:
parent
c8191f7268
commit
53f1f3f45f
1 changed files with 5 additions and 0 deletions
24
assets/css/040_content.css
Normal file
24
assets/css/040_content.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
/**********
|
||||
* CONTENT
|
||||
**********/
|
||||
|
||||
.main--single,
|
||||
.main--list,
|
||||
.content
|
||||
{
|
||||
blockquote,
|
||||
dl,
|
||||
ol,
|
||||
section,
|
||||
ul,
|
||||
.footnotes,
|
||||
.page-footer
|
||||
{
|
||||
grid-column: main-start / main-end;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue