slight refactors

This commit is contained in:
Zoe
2022-12-14 23:36:34 -06:00
parent 216fd468ce
commit 53fe2087c6
11 changed files with 103 additions and 89 deletions

View File

@@ -10,7 +10,12 @@ module.exports = {
"./app.vue",
],
theme: {
extend: {},
extend: {
screens: {
'xs': '512px',
'3xl': '1792px'
}
},
},
plugins: [],
}