styling, consistency and responsivity

This commit is contained in:
Per Stark
2025-01-16 16:20:19 +01:00
parent b37df4a9ed
commit 7f136c6957
10 changed files with 22 additions and 13 deletions
+9
View File
@@ -5,6 +5,15 @@ module.exports = {
'!./templates/email/**/*'
],
theme: {
container: {
padding: {
DEFAULT: '1rem',
sm: '2rem',
lg: '4rem',
xl: '5rem',
'2xl': '6rem',
},
},
extend: {
typography: {
DEFAULT: {