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:
parent
baf1c385eb
commit
6c50ef9b5d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue