chore: update page max width

This commit is contained in:
Steven
2023-11-10 09:20:07 +08:00
parent c8d8c4e40c
commit 6ed9ecffde
10 changed files with 12 additions and 9 deletions

View File

@@ -3,6 +3,9 @@ module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
darkMode: "class",
theme: {
maxWidth: {
"8xl": "88rem",
},
fontSize: {
xs: ".75rem",
sm: ".875rem",