Skip to content

Commit

Permalink
🎨 update margin bottom for h3 in the article prose
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Mar 13, 2024
1 parent 4302641 commit d526d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module.exports = {
lineHeight: theme('lineHeight.inherit'),
fontWeight: theme('fontWeight.medium'),
marginTop: theme('spacing.2'),
marginBottom: theme('spacing.2'),
marginBottom: theme('spacing.0'),
paddingLeft: theme('padding.layout-lg'),
paddingRight: theme('padding.layout-lg'),
},
Expand Down

0 comments on commit d526d3f

Please sign in to comment.