Skip to content

Commit

Permalink
Fix alignment of text sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 25, 2017
1 parent d566e11 commit cfbe266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ module.exports = {
'xl': '1.25rem', // 20px
'2xl': '1.5rem', // 24px
'3xl': '1.875rem', // 30px
'4xl': '2.25rem', // 36px
'5xl': '3rem', // 48px
'4xl': '2.25rem', // 36px
'5xl': '3rem', // 48px
},
weights: {
'hairline': 100,
Expand Down

0 comments on commit cfbe266

Please sign in to comment.