Skip to content

Commit b86ec4e

Browse files
authored
Merge pull request #112 from scpwiki/footnote-line-height
Adjust Line Height for Footnote Block
2 parents eeb268d + 9ebad6f commit b86ec4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sigma.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ ul {
9393
}
9494

9595
li,
96-
p {
96+
p,
97+
.footnote-footer,
98+
.footnote .f-content,
99+
.bibitems .bibitem,
100+
.reference .r-content {
97101
line-height: 1.5;
98102
}
99103

0 commit comments

Comments
 (0)