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 656f8b3 commit 3690797Copy full SHA for 3690797
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-[2.5rem] md:py-[1rem] lg:max-w-[1440px] mx-auto">
+ <div className="container min-w-[140vw] md:min-w-[700px] 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