Fix margin

This commit is contained in:
philipp lang 2024-02-04 01:25:16 +01:00
parent 9666310ebf
commit cd6e7dc6aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<template>
<div class="flex space-x-3">
<div class="flex space-x-10">
<content class="text-gray-800 font-nunito grow" :modelValue="descriptionPayload"></content>
<img v-if="image" :src="image"
class="hidden sticky top-3 flex-none md:block w-48 h-48 rounded-full border-secondary border-4" />
class="hidden sticky top-10 flex-none md:block w-48 h-48 rounded-full border-secondary border-4" />
</div>
</template>