add more margin mob
This commit is contained in:
parent
7ec749948d
commit
7b958a9e8f
@ -6,7 +6,7 @@ export function Container({
|
|||||||
}: React.ComponentPropsWithoutRef<'div'>) {
|
}: React.ComponentPropsWithoutRef<'div'>) {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={clsx('mx-auto max-w-7xl px-4 sm:px-6 lg:px-8', className)}
|
className={clsx('mx-auto max-w-7xl px-6 sm:px-6 lg:px-8', className)}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user