Skip to content

Commit 37d7c9f

Browse files
authored
Merge pull request #1320 from w3bdesign/1314-improve-cart-design-on-mobile
1314 improve cart design on mobile
2 parents ffde577 + 40630e9 commit 37d7c9f

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 container min-w-[140vw] md:min-w-[700px] md:p-[2.5rem]">
59+
<div className="flex flex-col min-h-screen container min-w-[140vw] md:min-w-[700px] md:px-[2.5rem] md:py-[1rem]">
6060
<Header title={title} />
6161
<PageTitle title={title} />
6262
<main className="flex-grow">

0 commit comments

Comments
 (0)