chage title size2
This commit is contained in:
@@ -31,6 +31,12 @@ h1, h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// tft page
|
// tft page
|
||||||
|
|
||||||
|
.tft_section h1{
|
||||||
|
font-family: 'Oswald', sans-serif !important;
|
||||||
|
font-size: 6rem;
|
||||||
|
}
|
||||||
|
|
||||||
.tft_section h2{
|
.tft_section h2{
|
||||||
font-family: 'Oswald', sans-serif !important;
|
font-family: 'Oswald', sans-serif !important;
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
|
|||||||
@@ -22,11 +22,11 @@
|
|||||||
lg:gap-x-8
|
lg:gap-x-8
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div v-for="(section, index) in sections" :key="index" class="p-5">
|
<div v-for="(section, index) in sections" :key="index" class="p-6">
|
||||||
<div class="leading-6">
|
<div class="leading-6">
|
||||||
<h2 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 }}
|
||||||
</h2>
|
</h1>
|
||||||
<div
|
<div
|
||||||
v-if="section.content"
|
v-if="section.content"
|
||||||
class="text-2xl tft_subtitle tracking-wide leading-9"
|
class="text-2xl tft_subtitle tracking-wide leading-9"
|
||||||
|
|||||||
Reference in New Issue
Block a user