Tiny tweaks

This commit is contained in:
Zach Leatherman
2023-01-23 11:37:54 -06:00
parent e6dc55c4df
commit 8f38952e47
3 changed files with 23 additions and 14 deletions

View File

@ -105,6 +105,12 @@ header:after {
clear: both;
}
.links-nextprev {
list-style: none;
border-top: 1px dashed var(--color-gray-20);
padding: 1em 0;
}
table {
margin: 1em 0;
}
@ -219,6 +225,7 @@ header {
align-items: center;
justify-content: center;
text-transform: capitalize;
font-style: italic;
}
.postlist-item > .post-tag {
align-self: center;