fix overflow bug

This commit is contained in:
vcoppe
2024-07-05 22:13:33 +02:00
parent fcb81e2a96
commit ac20b5a6e7
3 changed files with 17 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ const config = {
sans: [...fontFamily.sans]
},
screens: {
"xs": "500px",
"xs": "540px",
}
}
},