update header size and img

This commit is contained in:
2021-08-19 10:08:46 +02:00
parent 5fee16d6bd
commit 61038b3609
4 changed files with 4 additions and 4 deletions

View File

@@ -166,9 +166,9 @@
v-else-if="id == 'tft'"
>
<div class="lg:w-1/2 px-2 lg:pr-20 lg:mt-10 order-1 lg:order-none text-center">
<h2 class="text-8xl mb-6 mt-20 leading-none font-heading">
<h1 class="text-8xl mb-6 mt-20 leading-none font-heading">
{{ title }}
</h2>
</h1>
<div class="mb-8 text-gray-800 text-3xl tft_subtitle" v-html="excerpt"></div>
<div v-if="button">
<a

View File

@@ -22,7 +22,7 @@
lg:gap-x-8
"
>
<div v-for="(section, index) in sections" :key="index" class="p-6">
<div v-for="(section, index) in sections" :key="index" class="lg:p-20">
<div class="leading-6">
<h1 class="text-9xl font-bold uppercase mt-0" v-if="section.title">
{{ section.title }}