chage title size

This commit is contained in:
2021-08-18 11:19:49 +00:00
parent a9f42e287f
commit aae23b56c3
2 changed files with 9 additions and 2 deletions

View File

@@ -33,7 +33,14 @@ h1, h2 {
// tft page
.tft_section h2{
font-family: 'Oswald', sans-serif !important;
font-size: 4rem;
}
.tft_section h3{
font-family: 'Oswald', sans-serif !important;
font-size: 3rem;
}
.tft_subtitle{
font-family: 'Oswald', sans-serif;
font-weight: 400 !important;

View File

@@ -53,9 +53,9 @@
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 }}
</h2>
</h3>
<h2 class="text-8xl mb-2 leading-tight font-heading">
{{ main.subtitle }}
</h2>