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

@@ -12,8 +12,6 @@ link3: ""
The Internet is controlled by large corporations. The Internet is controlled by large corporations.
This centralized approach is highly inefficient, This centralized approach is highly inefficient, extremely costly,
extremely costly, and unsustainable. Our data and unsustainable. Our data isn't owned by us, and it isn't safe.
isn't owned by us, and it isn't safe.

View File

@@ -3,12 +3,12 @@
<div class="w-full max-w-2xl mx-auto" v-if="id == 'why'"> <div class="w-full max-w-2xl mx-auto" v-if="id == 'why'">
<h2 <h2
v-if="cta.title" 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 }} {{ cta.title }}
</h2> </h2>
<span <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 }} {{ cta.slogan }}
</span> </span>