improve some texts + styles

This commit is contained in:
2025-09-10 07:11:18 +03:00
parent 0c764f82e5
commit 0328e518b6
11 changed files with 32 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ export function PageBody(
}>,
) {
const className = cn(
'flex w-full flex-1 flex-col space-y-6 lg:px-4',
'flex w-full flex-1 flex-col space-y-6',
props.className,
);
@@ -158,7 +158,7 @@ export function PageHeader({
return (
<div
className={cn(
'flex items-center justify-between py-5 lg:px-4',
'flex items-center justify-between py-5',
className,
)}
>