End-align the dates in the blog post list

This commit is contained in:
Eryn Wells 2022-11-20 08:08:53 -08:00
parent 3a55fbe945
commit 0d8f36817f

View file

@ -38,15 +38,10 @@
.blog.list > ul > li:hover { .blog.list > ul > li:hover {
background-color: var(--post-item-highlight-color); background-color: var(--post-item-highlight-color);
} }
.blog.list > ul > li > a { .blog.list > ul > li > a { color: inherit; }
color: inherit; .blog.list > ul > li > a:hover { text-decoration: none; }
} .blog.list > ul > li > time:nth-child(2) { text-align: end; }
.blog.list > ul > li > a:hover { .blog.list > ul > li > .draft { align-self: center; }
text-decoration: none;
}
.blog.list > ul > li > .draft {
align-self: center;
}
@supports (grid-template-columns: subgrid) { @supports (grid-template-columns: subgrid) {
.blog.list { .blog.list {