This commit is contained in:
2021-04-05 11:08:42 +02:00
parent bb038ac851
commit 59472a2e11
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4"> <div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
<div class="text-center mx-auto my-10"> <div class="text-center mx-auto my-4">
<h1 class="text-3xl text-gray-900 font-light sm:text-9xl sm:leading-10"> <h1 class="text-3xl text-gray-900 font-light sm:text-9xl sm:leading-10">
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span> {{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
</h1> </h1>

View File

@@ -1,5 +1,5 @@
<template> <template>
<section class="pb-20 px-4 bg-cover text-center"> <section class="pb-10 px-4 bg-cover text-center">
<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"

View File

@@ -1,11 +1,11 @@
<template> <template>
<section class="py-15 mb-10 px-4 lg:mx-40"> <section class="py-15 mb-10 px-4 lg:mx-40">
<div <div
class="flex flex-wrap text-center lg:mt-10 lg:text-left -mx-2" class="flex flex-wrap text-center lg:mt-20 pb-20 lg:text-left -mx-2"
v-if="id == 'why'" v-if="id == 'why'"
> >
<div class="lg:w-1/2 px-2"><g-image :src="img" :alt="altImg" /></div> <div class="lg:w-1/2 px-2"><g-image :src="img" :alt="altImg" /></div>
<div class="lg:w-1/2 px-2 py-20 lg:pr-20 lg:mt-10 order-1 lg:order-none"> <div class="lg:w-1/2 px-2 lg:pr-20 order-1 lg:order-none">
<h1 <h1
class="flex text-center uppercase mb-6 mt-10 leading-none text-5xl font-light font-heading" class="flex text-center uppercase mb-6 mt-10 leading-none text-5xl font-light font-heading"
> >