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 00f6370 commit 37ae0b4Copy full SHA for 37ae0b4
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 mx-auto px-8 max-w-[97%]">
+ <div className="flex flex-col min-h-screen mx-auto md:px-8 md:max-w-[97%]">
60
<Header title={title} />
61
{title === 'Hjem' ? (
62
<main className="flex-1 px-4 md:px-0">{children}</main>
0 commit comments