We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d03be3 commit c258fecCopy full SHA for c258fec
src/components/Layout/Layout.component.tsx
@@ -59,7 +59,7 @@ const Layout = ({ children, title }: ILayoutProps) => {
59
<div className="flex flex-col min-h-screen w-full mx-auto">
60
<Header title={title} />
61
{title === 'Hjem' ? (
62
- <main className="flex-1 px-2 md:px-0">{children}</main>
+ <main className="flex-1 px-4 md:px-0">{children}</main>
63
) : (
64
<div className="container mx-auto px-6 flex-1">
65
<PageTitle title={title} />
0 commit comments