Skip to content

Commit c258fec

Browse files
committed
Px-4 mobile
1 parent 4d03be3 commit c258fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/Layout.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Layout = ({ children, title }: ILayoutProps) => {
5959
<div className="flex flex-col min-h-screen w-full mx-auto">
6060
<Header title={title} />
6161
{title === 'Hjem' ? (
62-
<main className="flex-1 px-2 md:px-0">{children}</main>
62+
<main className="flex-1 px-4 md:px-0">{children}</main>
6363
) : (
6464
<div className="container mx-auto px-6 flex-1">
6565
<PageTitle title={title} />

0 commit comments

Comments
 (0)