Skip to content

Commit 330c6e3

Browse files
committed
Update src/pydata_sphinx_theme/assets/styles/content/_footnotes.scss
1 parent 12dd8c7 commit 330c6e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pydata_sphinx_theme/assets/styles/content/_footnotes.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ a.footnote-reference {
1616

1717
// Docutils 0.18 uses an `aside.footnote` container with different internal structure
1818
aside.footnote {
19-
margin-bottom: 1rem;
19+
margin-bottom: .5rem;
20+
&:last-child {
21+
margin-bottom: 1rem;
22+
}
2023
span.label,
2124
span.backrefs {
2225
font-weight: bold;

0 commit comments

Comments
 (0)