Add next / previous cards to posts
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user