increase margins around h3 in prose docs
This commit is contained in:
parent
c612929825
commit
332fb13668
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ main.doc {
|
||||||
padding-bottom: 0.5lh;
|
padding-bottom: 0.5lh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& h3 {
|
||||||
|
margin: 0;
|
||||||
|
padding-top: 0.5lh;
|
||||||
|
padding-bottom: 0.5lh;
|
||||||
|
}
|
||||||
|
|
||||||
& ul,
|
& ul,
|
||||||
& ol {
|
& ol {
|
||||||
/* Is there a better way to add spacing to the marker, other than adding whitespace? */
|
/* Is there a better way to add spacing to the marker, other than adding whitespace? */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue