chore: more typograhpical fixes (#2352)

This commit is contained in:
Alex Wolfe 2016-09-14 18:35:03 -07:00 committed by Filipe Silva
parent 095a36f903
commit 72be55c4d2
2 changed files with 5 additions and 1 deletions

View File

@ -140,6 +140,10 @@ code {
font-weight: 600;
line-height: 32px;
margin: ($unit * 6) 0 ($unit * 2) 0;
&:first-of-type {
margin-top: $unit * 2;
}
}
h3 {
font-size: 18px;

View File

@ -28,7 +28,7 @@
.docs-content .api-list {
list-style: none;
margin: 0;
margin: 0 0 ($unit * 6) 0;
padding: 0;
overflow: hidden;