update header size and img
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 171 KiB |
@@ -34,7 +34,7 @@ h1, h2 {
|
|||||||
|
|
||||||
.tft_section h1{
|
.tft_section h1{
|
||||||
font-family: 'Oswald', sans-serif !important;
|
font-family: 'Oswald', sans-serif !important;
|
||||||
font-size: 6rem;
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tft_section h2{
|
.tft_section h2{
|
||||||
|
|||||||
@@ -166,9 +166,9 @@
|
|||||||
v-else-if="id == 'tft'"
|
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">
|
<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 }}
|
{{ title }}
|
||||||
</h2>
|
</h1>
|
||||||
<div class="mb-8 text-gray-800 text-3xl tft_subtitle" v-html="excerpt"></div>
|
<div class="mb-8 text-gray-800 text-3xl tft_subtitle" v-html="excerpt"></div>
|
||||||
<div v-if="button">
|
<div v-if="button">
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
lg:gap-x-8
|
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">
|
<div class="leading-6">
|
||||||
<h1 class="text-9xl font-bold uppercase mt-0" v-if="section.title">
|
<h1 class="text-9xl font-bold uppercase mt-0" v-if="section.title">
|
||||||
{{ section.title }}
|
{{ section.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user