diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index 3b867eb..d90eaf6 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -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,