dev: hotfix, content header adjustment
This commit is contained in:
No files matched your search
@@ -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>
|
||||
Reference in New Issue
Block a user