diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 4850cd04..126bd035 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -22,7 +22,13 @@ module.exports = { red: colors.rose, yellow: colors.amber }, - extend: {} + extend: { + spacing: { + 128: '32rem', + 192: '48rem', + 256: '64rem' + } + } }, variants: { extend: {