Increase padding in code blocks
This commit is contained in:
parent
2fb7b4cf44
commit
4e427340df
|
@ -43,7 +43,7 @@ module.exports = {
|
|||
backgroundColor: theme('colors.gray.150'),
|
||||
borderRadius: '0',
|
||||
color: theme('colors.gray.800'),
|
||||
padding: theme('spacing.4')
|
||||
padding: theme('spacing.6')
|
||||
},
|
||||
'code::before': false,
|
||||
'code::after': false,
|
||||
|
|
Loading…
Reference in a new issue