mod description image
This commit is contained in:
parent
d144f77b91
commit
49a88577ad
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue