Skip to content

Commit d1f0d92

Browse files
committed
Revert "Update Layout.component.tsx"
This reverts commit d2d9bbf.
1 parent d2d9bbf commit d1f0d92

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 w-full px-2 sm:px-4 md:px-6 lg:px-8 py-2 mx-auto max-w-[100vw] sm:max-w-[540px] md:max-w-[720px] lg:max-w-[960px] xl:max-w-[1140px] 2xl:max-w-[1320px]">
60+
<div className="container min-w-[140vw] sm:min-w-[100vw] md:px-4 lg:px-6 py-2 lg:max-w-[1600px] mx-auto">
6161
<Header title={title} />
6262
<PageTitle title={title} />
6363
<main className="flex-grow">

0 commit comments

Comments
 (0)