mod description image

This commit is contained in:
philipp lang 2024-02-04 02:47:56 +01:00
parent d144f77b91
commit 49a88577ad
1 changed files with 4 additions and 2 deletions

View File

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