Add next / previous cards to posts
This commit is contained in:
@ -12,9 +12,9 @@ pre[class*="language-"] {
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-moz-tab-size: 2;
|
||||
-o-tab-size: 2;
|
||||
tab-size: 2;
|
||||
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
|
@ -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