Skip to content

Commit 37ae0b4

Browse files
committed
Padding ipad
1 parent 00f6370 commit 37ae0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/Layout.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Layout = ({ children, title }: ILayoutProps) => {
5656
}, [refetch]);
5757

5858
return (
59-
<div className="flex flex-col min-h-screen mx-auto px-8 max-w-[97%]">
59+
<div className="flex flex-col min-h-screen mx-auto md:px-8 md:max-w-[97%]">
6060
<Header title={title} />
6161
{title === 'Hjem' ? (
6262
<main className="flex-1 px-4 md:px-0">{children}</main>

0 commit comments

Comments
 (0)