add margin

This commit is contained in:
2024-09-04 10:59:59 +02:00
committed by GitHub
parent 48340fabe9
commit 2bc8a0233f
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ function visitLink(link: string) {
/>
</div>
<section v-else>
<section class="flex flex-col md:flex-row items-center justify-center md:w-2/3 mx-auto gap-4 md:gap-8">
<section class="flex flex-col mb-8 md:flex-row items-center justify-center md:w-2/3 mx-auto gap-4 md:gap-8">
<div>
<AppAvatar size="5xl" :src="userDetails.avatar" />
</div>

View File

@@ -118,7 +118,7 @@ defineShortcuts({
</h3>
</div>
</section>
<div class="flex justify-end mb-8 gap-4">
<div class="flex justify-end my-8 gap-4">
<UButton
v-if="canCreateCategory()"
icon="i-ph:folder-simple-plus-duotone"