Add extra margin around the <hr> in the footnotes styles

This commit is contained in:
Eryn Wells 2024-07-06 11:08:20 -07:00
parent 3cbce149ba
commit 67cd4277c0
2 changed files with 4 additions and 9 deletions

View file

@ -117,12 +117,3 @@ blockquote {
}
.footnotes {
hr {
margin-block-start: var(--space-l);
}
li:not(:last-child) {
margin-block-end: var(--space-xs);
}
}