update content

This commit is contained in:
2021-05-23 17:51:59 +02:00
parent 2aec1b89bf
commit 2824e8403e
3 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
<template>
<section class="py-12 px-4 text-center" v-if="id == 'home'">
<h2 class="text-4xl font-normal leading-tight font-heading">
<h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
{{ main.title }}
</h2>
<p v-if="main.subtitle" class="mb-6 text-2xl text-gray-800">
<p v-if="main.subtitle" class="mb-6 text-gray-700">
{{ main.subtitle }}
</p>
<div class="flex flex-wrap items-center -mx-4 mb-6">
@@ -20,12 +20,12 @@
<div v-else>
<span v-if="index !== 4" class="img-border"></span>
<h2 class="text-x2 mt-5 mb-3 font-normal font-heading leading-9">
<h5>
{{ feature.title }}
</h2>
</h5>
<div
v-html="feature.content"
class="text-lg text-gray-700 leading-relaxed"
class="text-gray-700"
></div>
</div>
</div>