Move 099_content.css to 040, ahead of most other styles

This commit is contained in:
Eryn Wells 2024-10-20 09:14:30 -07:00
parent c8191f7268
commit 53f1f3f45f

View 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;
}
}