Increase padding in code blocks

This commit is contained in:
Oliver Davies 2020-12-17 13:06:08 +00:00
parent 2fb7b4cf44
commit 4e427340df

View file

@ -43,7 +43,7 @@ module.exports = {
backgroundColor: theme('colors.gray.150'), backgroundColor: theme('colors.gray.150'),
borderRadius: '0', borderRadius: '0',
color: theme('colors.gray.800'), color: theme('colors.gray.800'),
padding: theme('spacing.4') padding: theme('spacing.6')
}, },
'code::before': false, 'code::before': false,
'code::after': false, 'code::after': false,