Fix the lists!
This commit is contained in:
parent
c642a23ec3
commit
fb7fd04fe9
3 changed files with 18 additions and 30 deletions
9
assets/styles/blog/002_grid.css
Normal file
9
assets/styles/blog/002_grid.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* Eryn Wells <eryn@erynwells.me> */
|
||||
|
||||
article > :is(h1, h2, h3, h4, h5, h6) {
|
||||
grid-column: content-start / content-end;
|
||||
}
|
||||
|
||||
.blog.list {
|
||||
gap: 4rem 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue