More margins
This commit is contained in:
parent
63fcb71706
commit
2a0d16cc2f
1 changed files with 2 additions and 2 deletions
|
@ -78,12 +78,12 @@ html,body
|
||||||
border-left solid var(--syntax-bpx) var(--syntax-ledg)
|
border-left solid var(--syntax-bpx) var(--syntax-ledg)
|
||||||
display flex
|
display flex
|
||||||
|
|
||||||
.highlight, form, ul, ol, p, details
|
.highlight, form, ul, ol, p
|
||||||
margin-top 1em
|
margin-top 1em
|
||||||
margin-bottom 0.25em
|
margin-bottom 0.25em
|
||||||
&:first-child { margin-top: 0 }
|
&:first-child { margin-top: 0 }
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6, details
|
||||||
margin-top 2em
|
margin-top 2em
|
||||||
margin-bottom 0.25em
|
margin-bottom 0.25em
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue