fix width
This commit is contained in:
parent
928b49d95d
commit
d17debf80c
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) {
|
|||
<div
|
||||
className={cn(
|
||||
"py-6 lg:py-8 px-4 lg:px-6",
|
||||
isSmallWidthPath ? "max-w-[800px]" : "container"
|
||||
isSmallWidthPath ? "max-w-[850px]" : "container"
|
||||
)}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue