Skip to content

Commit

Permalink
Update src/pydata_sphinx_theme/assets/styles/content/_footnotes.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jul 26, 2022
1 parent 12dd8c7 commit 330c6e3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ a.footnote-reference {

// Docutils 0.18 uses an `aside.footnote` container with different internal structure
aside.footnote {
margin-bottom: 1rem;
margin-bottom: .5rem;
&:last-child {
margin-bottom: 1rem;
}
span.label,
span.backrefs {
font-weight: bold;
Expand Down

0 comments on commit 330c6e3

Please sign in to comment.