update grid css
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -417,7 +417,7 @@
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-sm
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
@@ -460,7 +460,7 @@
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-sm
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
@@ -497,7 +497,7 @@
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-sm
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
|
||||
@@ -105,8 +105,8 @@
|
||||
mb-6
|
||||
mt-10
|
||||
leading-none
|
||||
text-6xl
|
||||
font-extrabold font-heading
|
||||
text-8xl
|
||||
font-heading
|
||||
"
|
||||
>
|
||||
{{ title }}
|
||||
@@ -376,7 +376,7 @@
|
||||
{{ title }}
|
||||
</h2>
|
||||
<div
|
||||
class="mb-8 text-lg max-w-2xl leading-relaxed"
|
||||
class="mb-8 text-xl max-w-2xl leading-relaxed"
|
||||
v-html="excerpt"
|
||||
></div>
|
||||
|
||||
@@ -386,7 +386,7 @@
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-sm
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
@@ -405,7 +405,7 @@
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-sm
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
|
||||
Reference in New Issue
Block a user