update css about page

This commit is contained in:
2021-09-19 16:16:56 +02:00
parent 67be9f8075
commit 215583c521
4 changed files with 22 additions and 20 deletions

View File

@@ -1,10 +1,10 @@
<template>
<section class="pb-10 px-4 bg-cover text-center">
<div class="w-full mx-auto">
<g-image :src="roadmap.image" />
<g-image class="lg:w-3/4 mx-auto" :src="roadmap.image" />
<div
v-html="roadmap.content"
class="mt-10 mb-8 lg:text-2xl text-gray-900"
class="mt-10 mb-8 lg:text-xl text-gray-900"
></div>
</div>
</section>

View File

@@ -1,6 +1,6 @@
<template>
<section
class="lg:pb-20 px-4 bg-cover text-center"
class="px-4 bg-cover text-center"
:class="{
pink: id == 'home' && !lastCta,
green: id == 'about-us' && lastCta,
@@ -8,7 +8,7 @@
>
<!-- about-us -->
<div
class="w-full max-w-2xl mx-auto py-12"
class="w-full max-w-2xl mx-auto lg:py-20"
v-if="id == 'about-us' && !textOnly && !lastCta"
>
<h2
@@ -26,7 +26,7 @@
</h2>
<div
v-html="cta.content"
class="mt-6 mb-8 lg:text-2xl text-gray-800"
class="mt-6 mb-8 lg:text-xl text-gray-800"
></div>
<g-image :src="cta.image" class="my-10" />
@@ -54,7 +54,7 @@
class="
inline-block
bg-white
text-sm
text-xl
learn-button
hover:bg-gray-400
px-12
@@ -75,7 +75,7 @@
class="
inline-block
bg-white
text-sm
text-xl
learn-button
hover:bg-gray-400
px-12
@@ -111,7 +111,7 @@
</h2>
<div
v-html="cta.content"
class="mt-6 mb-8 lg:text-2xl text-gray-800"
class="mt-6 mb-8 lg:text-xl text-gray-800"
></div>
</div>
@@ -147,13 +147,13 @@
</h2>
<div
v-html="cta.content"
class="mt-6 mb-8 lg:text-2xl text-gray-800"
class="mt-6 mb-8 lg:text-xl text-gray-800"
></div>
<a
class="
inline-block
bg-white
text-sm
text-lg
learn-button
hover:bg-gray-400
px-12
@@ -174,7 +174,7 @@
class="
inline-block
bg-white
text-sm
text-lg
learn-button
hover:bg-gray-400
px-12