fix tag page styling

This commit is contained in:
N-Upchurch
2023-08-29 15:32:15 -05:00
parent ffbe6918f8
commit 9d599f9bd4
2 changed files with 15 additions and 12 deletions

View File

@ -522,10 +522,13 @@ h2 + .header-anchor {
.post-metadata time, time.postlist-date {
font-size: var(--font-s);
}
.post-tag, a.post-tag, .taglist li a {
.post-tag, a.post-tag {
font-size: var(--font-xs);
}
.taglist {
flex-flow: column nowrap;
}
.taglist li a {
font-size: var(--font-n);
}
}