Increase main content max-width
This commit is contained in:
parent
95a3900aec
commit
9a2305d5e0
@ -66,7 +66,7 @@ export function MainPage({ initialConfigs }: MainPageProps) {
|
||||
return (
|
||||
<main
|
||||
style={{
|
||||
maxWidth: 900,
|
||||
maxWidth: 1080,
|
||||
margin: "40px auto",
|
||||
padding: `0 ${token.paddingLG}px`,
|
||||
}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user