Skip to content

Commit 0648c04

Browse files
committed
fix markdown style a little more
1 parent 57c26e3 commit 0648c04

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

browser/styles/mixins/marked.styl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ marked()
22
hr
33
border-top none
44
border-bottom solid 1px borderColor
5-
margin 20px 0
5+
margin 15px 0
66
h1, h2, h3, h4, h5, h6
7-
margin 0 0 20px
7+
margin 0 0 15px
88
font-weight 600
99
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6
1010
margin-top 25px
@@ -32,7 +32,7 @@ marked()
3232
margin-top 15px
3333
p
3434
line-height 1.9em
35-
margin 0 0 20px
35+
margin 0 0 15px
3636
img
3737
max-width 100%
3838
strong
@@ -43,12 +43,12 @@ marked()
4343
text-decoration line-through
4444
blockquote
4545
border-left solid 4px brandBorderColor
46-
margin 0 0 20px
46+
margin 0 0 15px
4747
padding 0 25px
4848
ul
4949
list-style-type disc
5050
padding-left 35px
51-
margin-bottom 20px
51+
margin-bottom 15px
5252
li
5353
display list-item
5454
line-height 1.8em
@@ -61,7 +61,7 @@ marked()
6161
ol
6262
list-style-type decimal
6363
padding-left 35px
64-
margin-bottom 20px
64+
margin-bottom 15px
6565
li
6666
display list-item
6767
line-height 1.8em

0 commit comments

Comments
 (0)