Apply 2 col at partnership
This commit is contained in:
@@ -13,7 +13,7 @@ cta: why_cta
|
||||
productsMain: product_main
|
||||
productData: [peer_to_peer, internet_available]
|
||||
partenershipsMain: partenerships_main
|
||||
partnerships: [tag, solidaridad , threefold]
|
||||
partnerships: [solidaridad, tag, kleos, threefold]
|
||||
cta2: why_cta2
|
||||
brandPanel: better_solution
|
||||
---
|
||||
|
||||
@@ -4,16 +4,15 @@
|
||||
>
|
||||
<div class="space-y-12">
|
||||
<div class="space-y-5 sm:mx-auto sm:max-w-xl sm:space-y-4 lg:max-w-5xl">
|
||||
<h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
|
||||
<h2
|
||||
class="text-4xl leading-tight mb-6 font-bold font-heading uppercase"
|
||||
>
|
||||
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
|
||||
</h2>
|
||||
<div
|
||||
class="mt-3 text-gray-700 sm:mt-4"
|
||||
v-html="main.content"
|
||||
></div>
|
||||
<div class="mt-3 text-gray-700 sm:mt-4" v-html="main.content"></div>
|
||||
</div>
|
||||
<div
|
||||
v-if="id == 'home' || id == 'why'"
|
||||
v-if="id == 'home'"
|
||||
class="mx-auto grid-cols-3 sm:grid sm:grid-cols-1 lg:grid-cols-3 lg:max-w-5xl"
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user