From e14382549595b2b9349d9495e9f59e975131e868 Mon Sep 17 00:00:00 2001 From: goray Date: Sat, 11 Jul 2015 00:01:41 -0500 Subject: [PATCH] the paragraph tag is using a font-size of 1em which is overriding the smaller footnote size when used in footnotes. I added a .footnotes p declaration to override font-size with inherit --- _sass/_06_typography.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/_06_typography.scss b/_sass/_06_typography.scss index 25fbc38366..bf5b97b212 100644 --- a/_sass/_06_typography.scss +++ b/_sass/_06_typography.scss @@ -330,7 +330,9 @@ mark { .footnotes ol { font-size: $font-size-small; } - +.footnotes p { + font-size: inherit; +} /* Icon Font