Skip to content

Commit

Permalink
fix: add bottom padding for the codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Won committed Sep 24, 2020
1 parent 71d00bc commit 7343ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Codeblock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function CodeBlock(props) {
...{
padding: '1rem',
marginTop: '2rem',
marginBottom: '2rem',
borderRadius: '.5rem',
backgroundColor: customTheme.mode[colorMode].codeBackground,
},
Expand Down

0 comments on commit 7343ffd

Please sign in to comment.