update grid css

This commit is contained in:
2021-09-19 16:58:55 +02:00
parent 215583c521
commit 118f98e1d8
3 changed files with 13 additions and 13 deletions

View File

@@ -666,7 +666,7 @@
<!-- grid --> <!-- grid -->
<div class="w-full max-w-3xl mx-auto py-12" v-else-if="id == 'grid'"> <div class="w-full max-w-3xl mx-auto py-12" v-else-if="id == 'grid'">
<g-image :src="cta.image" class="mx-auto w-1/2 my-5" /> <g-image :src="cta.image" class="mx-auto lg:w-80 my-10" />
<h2 <h2
v-if="cta.title" v-if="cta.title"
class=" class="
@@ -688,7 +688,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -708,7 +708,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -728,7 +728,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -748,7 +748,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12

View File

@@ -417,7 +417,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -460,7 +460,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -497,7 +497,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12

View File

@@ -105,8 +105,8 @@
mb-6 mb-6
mt-10 mt-10
leading-none leading-none
text-6xl text-8xl
font-extrabold font-heading font-heading
" "
> >
{{ title }} {{ title }}
@@ -376,7 +376,7 @@
{{ title }} {{ title }}
</h2> </h2>
<div <div
class="mb-8 text-lg max-w-2xl leading-relaxed" class="mb-8 text-xl max-w-2xl leading-relaxed"
v-html="excerpt" v-html="excerpt"
></div> ></div>
@@ -386,7 +386,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -405,7 +405,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-sm text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12