Decrease spacing between footnotes

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

View File

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