des trucs

This commit is contained in:
mepiphana2023
2024-11-27 13:16:54 +01:00
parent f607b64239
commit 5a69867774
11 changed files with 447 additions and 125 deletions

View File

@@ -6,6 +6,13 @@ module.exports = {
],
theme: {
extend: {},
screens: {
sm: '640px', // Small screens start at 640px
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px',
},
},
plugins: [],
}