Fix footnotes line-height and return-link styling
This commit is contained in:
parent
cc59624ba4
commit
2773ac926a
|
@ -1104,6 +1104,7 @@ body:not(.post-template) .post-title {
|
|||
.footnotes {
|
||||
font-style: italic;
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
.footnotes li {
|
||||
|
@ -1114,6 +1115,10 @@ body:not(.post-template) .post-title {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.footnotes p a:last-child {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/* The author credit area after the post */
|
||||
.post-footer {
|
||||
|
|
Loading…
Reference in New Issue