fix style

This commit is contained in:
2021-04-04 17:51:53 +02:00
parent 5a27c8889d
commit 04009c1e17
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ header_image: ./home_header.png
header_altImg: threefold header_altImg: threefold
header_excerpt: Welcome to the worlds largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you. header_excerpt: Welcome to the worlds largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you.
button: 'Take Part' button: 'Take Part'
link: '#take_part' link: ''
solution_image2: ./video_play.png solution_image2: ./video_play.png
cta2: home_cta2 cta2: home_cta2
productsMain: product productsMain: product

View File

@@ -5,7 +5,7 @@
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span> {{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
</h1> </h1>
<div <div
class="mt-3 max-w-2xl mx-auto text-xl leading-7 text-gray-700 sm:mt-4" class="mt-3 max-w-2xl mx-auto text-lg leading-7 text-gray-700 sm:mt-4"
v-html="main.content" v-html="main.content"
></div> ></div>
</div> </div>

View File

@@ -17,7 +17,7 @@
</span> </span>
<div <div
v-html="cta.content" v-html="cta.content"
class="mb-8 text-center text-md mt-4 text-gray-800" class="mb-8 text-center text-lg text-gray-800"
></div> ></div>
<div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button"> <div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
<a <a

View File

@@ -18,7 +18,7 @@
</span> </span>
<div <div
class="mb-8 text-center text-2xl text-gray-800" class="mb-8 text-center text-lg mx-10 text-gray-800"
v-html="excerpt" v-html="excerpt"
></div> ></div>
<div v-if="button"> <div v-if="button">

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="py-12 mb-5" id="take_part"> <div class="py-12 mb-5">
<div class="w-full text-center"> <div class="w-full text-center">
<h2 v-if="main !== null" class="text-4xl font-semibold leading-tight font-heading"> <h2 v-if="main !== null" class="text-4xl font-semibold leading-tight font-heading">
{{ main.title }} {{ main.title }}