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 -->
<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
v-if="cta.title"
class="
@@ -688,7 +688,7 @@
class="
inline-block
bg-white
text-sm
text-lg
learn-button
hover:bg-gray-400
px-12
@@ -708,7 +708,7 @@
class="
inline-block
bg-white
text-sm
text-lg
learn-button
hover:bg-gray-400
px-12
@@ -728,7 +728,7 @@
class="
inline-block
bg-white
text-sm
text-lg
learn-button
hover:bg-gray-400
px-12
@@ -748,7 +748,7 @@
class="
inline-block
bg-white
text-sm
text-lg
learn-button
hover:bg-gray-400
px-12