feat(MED-168): improve styles

This commit is contained in:
2025-09-19 15:26:33 +03:00
parent afdaebc804
commit 71a9ff75c4
7 changed files with 38 additions and 31 deletions

View File

@@ -158,11 +158,11 @@ export function PageHeader({
return (
<div
className={cn(
'flex items-center justify-between py-5',
'flex py-5 flex-col sm:flex-row items-start sm:items-center sm:justify-between',
className,
)}
>
<div className={'flex flex-col gap-y-2'}>
<div className={'flex flex-col gap-y-4 sm:gap-y-2'}>
<If condition={title}>
<PageTitle>{title}</PageTitle>
</If>