chage title size2

This commit is contained in:
2021-08-18 11:36:00 +00:00
parent aae23b56c3
commit c594953b99
2 changed files with 9 additions and 3 deletions

View File

@@ -22,11 +22,11 @@
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">
<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 }}
</h2>
</h1>
<div
v-if="section.content"
class="text-2xl tft_subtitle tracking-wide leading-9"