chage title size
This commit is contained in:
@@ -33,7 +33,14 @@ h1, h2 {
|
|||||||
// tft page
|
// tft page
|
||||||
.tft_section h2{
|
.tft_section h2{
|
||||||
font-family: 'Oswald', sans-serif !important;
|
font-family: 'Oswald', sans-serif !important;
|
||||||
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tft_section h3{
|
||||||
|
font-family: 'Oswald', sans-serif !important;
|
||||||
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.tft_subtitle{
|
.tft_subtitle{
|
||||||
font-family: 'Oswald', sans-serif;
|
font-family: 'Oswald', sans-serif;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
|
|||||||
@@ -53,9 +53,9 @@
|
|||||||
xl:max-w-none
|
xl:max-w-none
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<h2 class="text-5xl mb-2 leading-tight font-heading">
|
<h3 class="text-4xl mb-2 leading-tight font-heading">
|
||||||
{{ main.title }}
|
{{ main.title }}
|
||||||
</h2>
|
</h3>
|
||||||
<h2 class="text-8xl mb-2 leading-tight font-heading">
|
<h2 class="text-8xl mb-2 leading-tight font-heading">
|
||||||
{{ main.subtitle }}
|
{{ main.subtitle }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user