development #1

Merged
sashaastiadi merged 45 commits from development into main 2025-08-06 12:43:44 +00:00
Showing only changes of commit 7b958a9e8f - Show all commits

View File

@ -6,7 +6,7 @@ export function Container({
}: React.ComponentPropsWithoutRef<'div'>) {
return (
<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}
/>
)