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
parent
0123149feb
commit
34ff10be2f
|
@ -816,9 +816,9 @@ dd
|
|||
font-weight: 500
|
||||
|
||||
p
|
||||
font-size: 14px
|
||||
font-size: 16px
|
||||
font-weight: 300
|
||||
line-height: 1.25em
|
||||
line-height: 1.75em
|
||||
|
||||
p + p
|
||||
margin-top: 10px
|
||||
|
@ -894,6 +894,7 @@ dd
|
|||
|
||||
li
|
||||
margin-bottom: 0.75em
|
||||
font-size: 16px
|
||||
|
||||
table
|
||||
width: 100%
|
||||
|
|
Loading…
Reference in New Issue