Increase font-size and line-height CSS Properties

Increase the font-size and line-height CSS
properties for the paragraph and list items
within the documentation body content.
Adjusting these properties will make the
information a little easier to read.
reviewable/pr2602/r1
Jason Lock 2016-12-30 09:31:06 -08:00 committed by mengyuan
parent 0123149feb
commit 34ff10be2f
1 changed files with 3 additions and 2 deletions

View File

@ -816,9 +816,9 @@ dd
font-weight: 500 font-weight: 500
p p
font-size: 14px font-size: 16px
font-weight: 300 font-weight: 300
line-height: 1.25em line-height: 1.75em
p + p p + p
margin-top: 10px margin-top: 10px
@ -894,6 +894,7 @@ dd
li li
margin-bottom: 0.75em margin-bottom: 0.75em
font-size: 16px
table table
width: 100% width: 100%