10 lines
159 B
CSS
10 lines
159 B
CSS
|
/* Eryn Wells <eryn@erynwells.me> */
|
||
|
|
||
|
article > :is(h1, h2, h3, h4, h5, h6) {
|
||
|
grid-column: content-start / content-end;
|
||
|
}
|
||
|
|
||
|
.blog.list {
|
||
|
gap: 4rem 0;
|
||
|
}
|