font-sizes on body-pages were too large due to nesting

This commit is contained in:
Kris 2018-02-28 13:23:43 -05:00
parent baf1c385eb
commit 6c50ef9b5d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
.body-page { .body-page {
font-size: $font-up-1;
// Consistent vertical spacing // Consistent vertical spacing
blockquote, blockquote,
@ -12,7 +13,6 @@
ol, ol,
table { table {
margin: 0 0 20px; margin: 0 0 20px;
font-size: $font-up-1;
line-height: $line-height-large; line-height: $line-height-large;
} }