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 fcd9aa1 commit 4cb48b2Copy full SHA for 4cb48b2
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 min-w-[140vw] md:min-w-[700px] md:px-4 lg:px-6 py-4 lg:max-w-[1600px] mx-auto">
+ <div className="container min-w-[140vw] md:px-4 lg:px-6 py-4 lg:max-w-[1600px] mx-auto">
61
<Header title={title} />
62
<PageTitle title={title} />
63
<main className="flex-grow">
0 commit comments