Increase main content max-width

This commit is contained in:
CPTProgrammer 2026-07-16 15:35:08 +08:00
parent 95a3900aec
commit 9a2305d5e0
No known key found for this signature in database

View File

@ -66,7 +66,7 @@ export function MainPage({ initialConfigs }: MainPageProps) {
return (
<main
style={{
maxWidth: 900,
maxWidth: 1080,
margin: "40px auto",
padding: `0 ${token.paddingLG}px`,
}}