update why cat text size

This commit is contained in:
2021-04-06 15:41:46 +02:00
parent 8912f9263b
commit 23afc4fbb2
2 changed files with 4 additions and 6 deletions

View File

@@ -3,12 +3,12 @@
<div class="w-full max-w-2xl mx-auto" v-if="id == 'why'">
<h2
v-if="cta.title"
class="text-5xl text-center uppercase mb-2 leading-none font-light font-heading"
class="text-4xl text-center uppercase mb-2 leading-none font-light font-heading"
>
{{ cta.title }}
</h2>
<span
class="text-center uppercase leading-none text-5xl text-gray-800 font-black font-heading"
class="text-center uppercase leading-none text-4xl text-gray-800 font-black font-heading"
>
{{ cta.slogan }}
</span>