font-sizes on body-pages were too large due to nesting
This commit is contained in:
parent
baf1c385eb
commit
6c50ef9b5d
|
@ -1,4 +1,5 @@
|
|||
.body-page {
|
||||
font-size: $font-up-1;
|
||||
|
||||
// Consistent vertical spacing
|
||||
blockquote,
|
||||
|
@ -12,7 +13,6 @@
|
|||
ol,
|
||||
table {
|
||||
margin: 0 0 20px;
|
||||
font-size: $font-up-1;
|
||||
line-height: $line-height-large;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue