adjust footnotes & footer style

This commit is contained in:
loikein 2023-04-15 18:52:07 +01:00
parent 6a57aac1e4
commit 20e13a5e63
2 changed files with 27 additions and 11 deletions

View file

@ -23,6 +23,10 @@ a.heading-anchor {
visibility: collapse;
}
h2 {
margin-top: 5.5rem;
}
h2:hover > a.heading-anchor,
h3:hover > a.heading-anchor {
display: inline;
@ -98,13 +102,26 @@ table.lntable {
/* ------------------------------------------------------------------------ */
/* Styling for footnotes. */
/* ------------------------------------------------------------------------ */
.footnotes hr {
margin-top: 4.4em;
}
.footnotes ol {
width: 55%;
}
.footnotes ol li p {
margin-top: 4.4rem;
li {
p {
width: 100%;
margin: 0;
padding: 0;
a.footnote-backref {
font-size: 1.2rem;
text-decoration: none;
}
}
}
}
/* ------------------------------------------------------------------------ */

View file

@ -1,7 +1,6 @@
/* Footer, but with a different name to avoid conflicts with tufte.css */
footer.page-footer{
padding-top: 1em;
margin-top: 3em;
margin-top: 1.4rem;
color: #aaa;
width: 95%;
max-width: 45rem;