update
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="py-6 mt-4 text-lg leading-6"
|
class="py-6 mt-4 text-gray-600"
|
||||||
v-html="brand.content"
|
v-html="brand.content"
|
||||||
></div>
|
></div>
|
||||||
<a
|
<a
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="py-6 mt-4 text-lg leading-6 text-white"
|
class="py-6 mt-4 mx-4 text-white"
|
||||||
v-html="brand.content"
|
v-html="brand.content"
|
||||||
></div>
|
></div>
|
||||||
<!-- <a
|
<!-- <a
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="py-6 mt-4 text-lg leading-6"
|
class="py-6 mt-4 text-gray-600"
|
||||||
v-html="brand.content"
|
v-html="brand.content"
|
||||||
></div>
|
></div>
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
>
|
>
|
||||||
{{ main.title }}
|
{{ main.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<p v-if="main !== null" class="mb-6 text-m tracking-widest text-gray-800">
|
<p v-if="main !== null" class="mb-6 text-gray-600">
|
||||||
{{ main.subtitle }}
|
{{ main.subtitle }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user