Skip to content

Commit

Permalink
Merge pull request #6 from ankitkumar748846/paraHeightfix
Browse files Browse the repository at this point in the history
fix: reduce paragraph spacing by 25%
  • Loading branch information
aaronbrethorst authored Feb 24, 2024
2 parents cd19ece + f88bd00 commit 930b737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ module.exports = function typographyStyles({ theme }) {

// Text
p: {
marginTop: theme('spacing.6'),
marginBottom: theme('spacing.6'),
marginTop: theme('spacing.4'),
marginBottom: theme('spacing.4'),
},
'[class~="lead"]': {
fontSize: theme('fontSize.base')[0],
Expand Down

0 comments on commit 930b737

Please sign in to comment.