Apply 2 col at partnership

This commit is contained in:
samaradel
2021-05-24 13:38:37 +02:00
parent 9870e9288a
commit 4fefffce69
2 changed files with 6 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ cta: why_cta
productsMain: product_main productsMain: product_main
productData: [peer_to_peer, internet_available] productData: [peer_to_peer, internet_available]
partenershipsMain: partenerships_main partenershipsMain: partenerships_main
partnerships: [tag, solidaridad , threefold] partnerships: [solidaridad, tag, kleos, threefold]
cta2: why_cta2 cta2: why_cta2
brandPanel: better_solution brandPanel: better_solution
--- ---

View File

@@ -4,16 +4,15 @@
> >
<div class="space-y-12"> <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"> <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> {{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
</h2> </h2>
<div <div class="mt-3 text-gray-700 sm:mt-4" v-html="main.content"></div>
class="mt-3 text-gray-700 sm:mt-4"
v-html="main.content"
></div>
</div> </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" class="mx-auto grid-cols-3 sm:grid sm:grid-cols-1 lg:grid-cols-3 lg:max-w-5xl"
> >
<div <div