updpdate font size at grid

This commit is contained in:
2021-09-20 14:31:36 +02:00
parent 3a55f13f32
commit 363bb60183
2 changed files with 5 additions and 5 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 lg:w-80 my-10" /> <g-image :src="cta.image" class="mx-auto lg:w-1/3 my-10" />
<h2 <h2
v-if="cta.title" v-if="cta.title"
class=" class="
@@ -682,7 +682,7 @@
</h2> </h2>
<div <div
v-html="cta.content" 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>
<a <a
class=" class="

View File

@@ -393,7 +393,7 @@
class="flex flex-wrap text-left" class="flex flex-wrap text-left"
> >
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-left"> <div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-left">
<div class="lg:self-center"> <div class="px-2 lg:self-center">
<h2 class="text-5xl mb-6 uppercase leading-none font-heading"> <h2 class="text-5xl mb-6 uppercase leading-none font-heading">
<span class="block">{{ brand.title }}</span> <span class="block">{{ brand.title }}</span>
<span class="block" v-if="brand.subtitle">{{ <span class="block" v-if="brand.subtitle">{{
@@ -445,7 +445,7 @@
<g-image class="lg:w-3/4" :src="image" :alt="brand.title" /> <g-image class="lg:w-3/4" :src="image" :alt="brand.title" />
</div> </div>
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none"> <div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none">
<div class="px-10 lg:self-center"> <div class="px-2 lg:self-center">
<h2 class="lg:text-5xl mb-8 uppercase leading-none font-heading"> <h2 class="lg:text-5xl mb-8 uppercase leading-none font-heading">
{{ brand.title }} {{ brand.title }}
</h2> </h2>
@@ -460,7 +460,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-lg lg:text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12