dev: hotfix, content header adjustment

This commit is contained in:
2025-10-17 16:53:44 +07:00
parent 4adf31516e
commit e6717e2b6d
33 changed files with 91 additions and 89 deletions

No files matched your search

+3 -2
View File
@@ -24,11 +24,11 @@ function btnClick() {
<template>
<header>
<div
class="flex items-center justify-between"
class="flex items-center justify-between mb-4 2xl:mb-5"
:class="cn('', props.class)"
>
<div class="flex items-center">
<div class="font-semibold text-gray-900 md:text-base xl:text-lg">
<div class="font-semibold text-gray-900 md:text-base 2xl:text-lg">
<Icon
:name="props.prep.icon!"
class="mr-2 align-middle md:size-6"
@@ -66,4 +66,5 @@ function btnClick() {
</div>
</div>
</header>
<Separator class="my-4 xl:my-5" />
</template>