Skip to content

Commit bec50e0

Browse files
committed
Fix values
1 parent 12b00c0 commit bec50e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/styles.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ module.exports = {
274274
lineHeight: round(28 / 18),
275275
marginTop: em(24, 18),
276276
marginBottom: em(24, 18),
277-
paddingLeft: em(16, 14),
277+
paddingLeft: em(20, 18),
278278
},
279279
h1: {
280280
fontSize: em(30, 14),
@@ -284,8 +284,8 @@ module.exports = {
284284
},
285285
h2: {
286286
fontSize: em(20, 14),
287-
marginTop: em(40, 24),
288-
marginBottom: em(20, 24),
287+
marginTop: em(32, 20),
288+
marginBottom: em(16, 20),
289289
lineHeight: round(28 / 20),
290290
},
291291
h3: {
@@ -653,13 +653,13 @@ module.exports = {
653653
marginBottom: em(12, 20),
654654
},
655655
'ol > li': {
656-
paddingLeft: em(32, 18),
656+
paddingLeft: em(36, 20),
657657
},
658658
'ol > li:before': {
659659
left: '0',
660660
},
661661
'ul > li': {
662-
paddingLeft: em(32, 18),
662+
paddingLeft: em(36, 20),
663663
},
664664
'ul > li::before': {
665665
width: em(7, 20),
@@ -778,10 +778,10 @@ module.exports = {
778778
paddingLeft: em(8, 20),
779779
},
780780
'h2 code': {
781-
paddingTop: em(6, 36),
782-
paddingRight: em(8, 36),
783-
paddingBottom: em(6, 36),
784-
paddingLeft: em(8, 36),
781+
paddingTop: em(6, 40),
782+
paddingRight: em(8, 40),
783+
paddingBottom: em(6, 40),
784+
paddingLeft: em(8, 40),
785785
},
786786
'h3 code': {
787787
paddingTop: em(4, 30),

0 commit comments

Comments
 (0)