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 0e8a4df commit 1acf3e1Copy full SHA for 1acf3e1
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] sm:min-w-[100vw] md:px-4 lg:px-6 py-4 lg:max-w-[1600px] mx-auto">
+ <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