added mobile style

This commit is contained in:
Mamalizz
2025-04-08 23:29:09 +03:30
parent 78d4dc40a5
commit 3bb569e821
@@ -21,8 +21,10 @@ withDefaults(defineProps<Props>(), {
'border-b border-slate-200 pb-5': borderLess,
}"
>
<div class="w-full flex items-center justify-between h-[3rem] px-5">
<span class="typo-sub-h-lg">{{ title }}</span>
<div
class="w-full flex items-center justify-between h-[2rem] lg:h-[3rem] px-5"
>
<span class="typo-sub-h-md lg:typo-sub-h-lg">{{ title }}</span>
<slot name="button" />
</div>
</div>