2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

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

View file

@ -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;
}