Skip to content

Commit 87a7892

Browse files
committed
Revert "Update Layout.component.tsx"
This reverts commit 81763e1.
1 parent 81763e1 commit 87a7892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/Layout.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Layout = ({ children, title }: ILayoutProps) => {
5757

5858
return (
5959
<div className="flex flex-col min-h-screen w-full mx-auto">
60-
<div className="container min-w-[140vw] md:min-w-[700px] md:px-4 lg:px-6 py-4 max-w-[1490px] mx-auto">
60+
<div className="container min-w-[140vw] md:min-w-[700px] md:px-4 lg:px-6 py-4 lg:max-w-[1600px] mx-auto">
6161
<Header title={title} />
6262
<PageTitle title={title} />
6363
<main className="flex-grow">

0 commit comments

Comments
 (0)