#10 add spacing between footnotes and author name

This commit is contained in:
Pat Dryburgh
2018-10-18 21:53:55 -07:00
parent 481ebbdd26
commit 578c59e61c

View File

@ -21,6 +21,10 @@
margin: 4em auto; margin: 4em auto;
} }
.footnotes {
margin-bottom: 4em;
}
.footnotes li { .footnotes li {
margin-bottom: 1em; margin-bottom: 1em;
} }