This commit is contained in:
Henry Dollman
2024-07-13 12:41:05 -04:00
parent 7e834429cc
commit 86cfa5079e
8 changed files with 74 additions and 62 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
theme: {
container: {
center: true,
padding: '2rem',
padding: '1rem',
screens: {
'2xl': '1400px',
},
@@ -22,6 +22,9 @@ module.exports = {
// display: ['Inter', 'sans-serif'],
},
extend: {
screens: {
xs: '425px',
},
colors: {
green: {
50: '#EBF9F0',