update why cat text size
This commit is contained in:
@@ -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.
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user