Skip to content

Commit

Permalink
the paragraph tag is using a font-size of 1em which is overriding the…
Browse files Browse the repository at this point in the history
… smaller footnote size when used in footnotes. I added a .footnotes p declaration to override font-size with inherit
  • Loading branch information
rphaedrus committed Jul 11, 2015
1 parent 3cd69c3 commit e143825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/_06_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ mark {
.footnotes ol {
font-size: $font-size-small;
}

.footnotes p {
font-size: inherit;
}


/* Icon Font
Expand Down

0 comments on commit e143825

Please sign in to comment.