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 fe66ad4 commit 64e7271Copy full SHA for 64e7271
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-8 xl:px-16 2xl:px-24 max-w-[95%]">
60
<Header title={title} />
61
{title === 'Hjem' ? (
62
<main className="flex-1 px-4 md:px-0">{children}</main>
0 commit comments