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 33cb3a2 commit 40630e9Copy full SHA for 40630e9
src/components/Layout/Layout.component.tsx
@@ -56,7 +56,7 @@ const Layout = ({ children, title }: ILayoutProps) => {
56
}, [refetch]);
57
58
return (
59
- <div className="flex flex-col min-h-screen container min-w-[140vw] md:min-w-[700px] md:py-[2.5rem]">
+ <div className="flex flex-col min-h-screen container min-w-[140vw] md:min-w-[700px] md:px-[2.5rem] md:py-[1rem]">
60
<Header title={title} />
61
<PageTitle title={title} />
62
<main className="flex-grow">
0 commit comments