Skip to content

Commit

Permalink
Fix figure spacing (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed May 25, 2022
1 parent ac0fcda commit 8bab710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles.js
Expand Up @@ -1335,7 +1335,8 @@ module.exports = {
'h4 strong': {
fontWeight: '700',
},
// TODO: Figure out how to not need this, it's a merging issue
// TODO: Figure out how to not need these, it's a merging issue
img: {},
'figure > *': {},
figcaption: {
color: 'var(--tw-prose-captions)',
Expand Down

1 comment on commit 8bab710

@vercel
Copy link

@vercel vercel bot commented on 8bab710 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.