add more margin mob

This commit is contained in:
sasha-astiadi 2025-07-09 16:44:02 +02:00
parent 7ec749948d
commit 7b958a9e8f

View File

@ -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}
/> />
) )