feat(web): widen content area from 720px to 960px (#493) (#494)

This commit is contained in:
Haoqing Wang
2026-04-19 19:05:08 +08:00
committed by GitHub
parent 5bb27ab8ba
commit bec7ac3c84
+1 -1
View File
@@ -5,7 +5,7 @@ export default {
theme: {
extend: {
maxWidth: {
content: '720px'
content: '960px'
}
}
},