update home header

This commit is contained in:
2021-09-22 14:14:15 +02:00
parent 2d06d0ccf3
commit 13d339f2c6
16 changed files with 24 additions and 16 deletions

View File

@@ -340,7 +340,7 @@
</div>
<div v-else class="max-w-xs mx-auto">
<h5 class="lg:text-6xl capitalize font-light">
<h5 class="text-4xl capitalize font-light">
{{ feature.title }}
</h5>
<div v-html="feature.content" class="lg:text-xl text-gray-800"></div>

View File

@@ -253,17 +253,21 @@
</div>
<div
class="flex flex-wrap text-center lg:text-left lg:pt-10 -mx-2"
class="flex flex-wrap lg:text-left lg:pt-10 -mx-2"
v-else-if="id == 'home'"
>
<div
class="px-2 lg:py-40 lg:mt-10 order-1 lg:order-none mx-auto text-center"
>
<h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading">
<div class="px-2 mt-20">
<g-image :src="img2" :alt="altImg" />
</div>
<!-- <h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading">
<span class="">{{ slogan }}</span
><br />
{{ title }}
</h2>
</h2> -->
<div class="mb-8 text-xl leading-relaxed" v-html="excerpt"></div>
<a
@@ -530,6 +534,7 @@ export default {
"excerpt",
"altImg",
"image",
"img2",
"button",
"button2",
"button3",