Fix margin
This commit is contained in:
parent
9666310ebf
commit
cd6e7dc6aa
|
@ -1,8 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex space-x-3">
|
<div class="flex space-x-10">
|
||||||
<content class="text-gray-800 font-nunito grow" :modelValue="descriptionPayload"></content>
|
<content class="text-gray-800 font-nunito grow" :modelValue="descriptionPayload"></content>
|
||||||
<img v-if="image" :src="image"
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue