This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
</UiHeading>
|
</UiHeading>
|
||||||
<ul class="flex mt-20 flex-row items-center justify-between">
|
<ul class="flex mt-20 flex-row items-center justify-between">
|
||||||
<li
|
<li
|
||||||
class="flex flex-col-reverse justify-end w-38 h-64 items-center"
|
class="flex flex-col-reverse justify-end w-38 gap-4 h-64 items-center"
|
||||||
v-for="({ img, text }, index) in questions.data"
|
v-for="({ img, text }, index) in questions.data"
|
||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user