fix img comparison
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
<p class="text-gray-600">{{ main.description }}</p>
|
<p class="text-gray-600">{{ main.description }}</p>
|
||||||
<div class="flex flex-wrap items-center -mx-8 mt-12 mb-2">
|
<div class="flex flex-wrap items-center -mx-8 mt-12 mb-2">
|
||||||
<div
|
<div
|
||||||
class="lg:w-1/3 px-8 mb-8"
|
class="lg:w-1/3 px-6 mb-2"
|
||||||
v-for="(section, index) in sections"
|
v-for="(section, index) in sections"
|
||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<g-image
|
<g-image
|
||||||
class="w-1/2 mx-auto mb-8 h-32"
|
class="mx-auto mb-8"
|
||||||
:src="section.svg.src"
|
:src="section.svg.src"
|
||||||
:alt="section.title"
|
:alt="section.title"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user