Skip to content

Commit d039ea9

Browse files
committed
Merge pull request Phlow#30 from rphaedrus/FixingFootnoteSize
the paragraph tag is using a font-size of 1em which is overriding the…
2 parents 81d2c74 + e143825 commit d039ea9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_sass/_06_typography.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@ mark {
330330
.footnotes ol {
331331
font-size: $font-size-small;
332332
}
333-
333+
.footnotes p {
334+
font-size: inherit;
335+
}
334336

335337

336338
/* Icon Font

0 commit comments

Comments
 (0)