Fix the lists!

This commit is contained in:
Eryn Wells 2023-09-28 16:29:02 -07:00
parent c642a23ec3
commit fb7fd04fe9
3 changed files with 18 additions and 30 deletions

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

View file

@ -1,20 +0,0 @@
/* Eryn Wells <eryn@erynwells.me> */
:has(> img) {
grid-column: content-start / content-end;
line-height: 0;
}
@media (max-width: 639px) {
:has(> img) {
grid-column: gutter-start / gutter-end;
}
}
main {
gap: var(--body-item-spacing) 0;
}
article > :is(h1, h2, h3, h4, h5, h6) {
grid-column: content-start / content-end;
}