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 863eee5 commit 1b04ce1Copy full SHA for 1b04ce1
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 w-full mx-auto">
+ <div className="flex flex-col min-h-screen w-full mx-auto px-2 md:px-0">
60
<Header title={title} />
61
{title === 'Hjem' ? (
62
<main className="flex-1">{children}</main>
0 commit comments