chore: more typograhpical fixes (#2352)
This commit is contained in:
parent
095a36f903
commit
72be55c4d2
|
@ -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;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
.docs-content .api-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
margin: 0 0 ($unit * 6) 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in New Issue