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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue