update css at header and cta

This commit is contained in:
2021-08-15 12:37:29 +00:00
parent bed78b89db
commit 857c7ce386
2 changed files with 3 additions and 3 deletions

View File

@@ -227,7 +227,7 @@
</div> </div>
<!-- tft --> <!-- tft -->
<div class="w-full max-w-7xl mx-auto mt-10 px-16" v-else-if="id == 'tft'"> <div class="w-full max-w-7xl mx-auto lg:mt-20 px-16" v-else-if="id == 'tft'">
<h2 <h2
v-if="cta.title" v-if="cta.title"
class="text-4xl mb-2 uppercase leading-tight font-semibold font-heading" class="text-4xl mb-2 uppercase leading-tight font-semibold font-heading"

View File

@@ -165,7 +165,7 @@
class="flex flex-wrap text-center lg:text-left lg:mt-10 lg:pt-10 -mx-2" class="flex flex-wrap text-center lg:text-left lg:mt-10 lg:pt-10 -mx-2"
v-else-if="id == 'tft'" v-else-if="id == 'tft'"
> >
<div class="lg:w-2/5 px-2 lg:pr-20 lg:mt-10 order-1 lg:order-none"> <div class="lg:w-1/2 px-2 lg:pr-20 lg:mt-10 order-1 lg:order-none">
<h2 class="text-6xl mb-6 mt-20 leading-none font-heading"> <h2 class="text-6xl mb-6 mt-20 leading-none font-heading">
{{ title }} {{ title }}
</h2> </h2>
@@ -213,7 +213,7 @@
<!-- <a class="text-gray-600 hover:underline" href="#">Learn more</a> --> <!-- <a class="text-gray-600 hover:underline" href="#">Learn more</a> -->
</div> </div>
</div> </div>
<div class="lg:w-3/5 px-2 self-center"> <div class="lg:w-1/2 px-2 self-center">
<g-image :src="img" :alt="altImg" /> <g-image :src="img" :alt="altImg" />
</div> </div>
</div> </div>