We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d9bbf commit d1f0d92Copy full SHA for d1f0d92
src/components/Layout/Layout.component.tsx
@@ -57,7 +57,7 @@ const Layout = ({ children, title }: ILayoutProps) => {
57
58
return (
59
<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]">
+ <div className="container min-w-[140vw] sm:min-w-[100vw] md:px-4 lg:px-6 py-2 lg:max-w-[1600px] mx-auto">
61
<Header title={title} />
62
<PageTitle title={title} />
63
<main className="flex-grow">
0 commit comments