Decrease spacing between footnotes

This commit is contained in:
Michael Rose 2013-12-09 09:32:40 -05:00
parent f265b0dc72
commit 5b8eb18f00
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -301,7 +301,6 @@ body {
h4,
h5,
h6,
span {
.font-rem(14);
}

View File

@ -103,7 +103,8 @@ blockquote {
// --------------------------------------------------
.footnotes {
ol, li, p {
.font-size(14);
margin-bottom: 0;
.font-rem(14);
}
}