From 4e427340df37944c51fd5e08211f17352698f127 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 17 Dec 2020 13:06:08 +0000 Subject: [PATCH] Increase padding in code blocks --- web/themes/custom/opdavies/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,