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'),
|
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,
|
||||||
|
|
Loading…
Reference in a new issue