Add next / previous cards to posts

This commit is contained in:
2024-01-02 16:43:56 -06:00
parent bd2b505a5e
commit 3140ef0b72
16 changed files with 233 additions and 28 deletions

View File

@ -357,6 +357,12 @@ nav ul {
display: flex;
flex-flow: column wrap;
}
.post-copy a h3 span {
font-size: var(--font-s);
font-weight: var(--weight-normal);
text-transform: uppercase;
letter-spacing: .15rem;
}
.post-image {
width: 15rem;
height: 15rem;
@ -411,6 +417,10 @@ a.post-tag:hover {
padding-left: 0em;
}
.post-metadata time {
padding-left: .15rem;
}
/* Direct Links / Markdown Headers */
a.header-anchor {
font-style: normal;