End-align the dates in the blog post list
This commit is contained in:
parent
3a55fbe945
commit
0d8f36817f
1 changed files with 4 additions and 9 deletions
|
@ -38,15 +38,10 @@
|
|||
.blog.list > ul > li:hover {
|
||||
background-color: var(--post-item-highlight-color);
|
||||
}
|
||||
.blog.list > ul > li > a {
|
||||
color: inherit;
|
||||
}
|
||||
.blog.list > ul > li > a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.blog.list > ul > li > .draft {
|
||||
align-self: center;
|
||||
}
|
||||
.blog.list > ul > li > a { 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 > .draft { align-self: center; }
|
||||
|
||||
@supports (grid-template-columns: subgrid) {
|
||||
.blog.list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue