update header_font size

This commit is contained in:
2021-09-22 11:52:59 +02:00
parent 8352693c51
commit c5afd14d0f
2 changed files with 7 additions and 7 deletions

View File

@@ -259,9 +259,9 @@
<div class="lg:w-1/2 px-2 self-center"> <div class="lg:w-1/2 px-2 self-center">
<g-image class="mx-auto" :src="image" :alt="brand.title" /> <g-image class="mx-auto" :src="image" :alt="brand.title" />
</div> </div>
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-left"> <div class="lg:w-1/2 lg:mt-10 order-1 lg:order-none text-left">
<div class="lg:self-center"> <div class="lg:self-center">
<h2 class="text-3xl 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">{{
brand.subtitle brand.subtitle
@@ -299,7 +299,7 @@
> >
<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="lg:self-center"> <div class="lg:self-center">
<h2 class="text-3xl mb-8 uppercase leading-none font-heading"> <h2 class="text-5xl mb-8 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">{{
brand.subtitle brand.subtitle
@@ -346,7 +346,7 @@
</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="lg:self-center"> <div class="lg:self-center">
<h2 class="text-3xl mb-8 uppercase leading-none font-heading"> <h2 class="text-5xl mb-8 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">{{
brand.subtitle brand.subtitle

View File

@@ -360,7 +360,7 @@
<div class="w-1/2 mx-auto px-2 self-center"> <div class="w-1/2 mx-auto px-2 self-center">
<g-image :src="img" :alt="altImg" /> <g-image :src="img" :alt="altImg" />
</div> </div>
<h2 class="lg:text-8xl uppercase mb-6 mt-20 leading-none font-heading"> <h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading">
{{ title }} {{ title }}
</h2> </h2>
<div class="mb-8 text-2xl leading-relaxed" v-html="excerpt"></div> <div class="mb-8 text-2xl leading-relaxed" v-html="excerpt"></div>
@@ -372,11 +372,11 @@
v-else-if="id == 'grid'" v-else-if="id == 'grid'"
> >
<div class="px-3 lg:mt-5 order-1 lg:order-none mx-auto text-center"> <div class="px-3 lg:mt-5 order-1 lg:order-none mx-auto text-center">
<h2 class="lg:text-8xl lg:text-8xl uppercase mb-6 mt-20 leading-none font-heading"> <h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading">
{{ title }} {{ title }}
</h2> </h2>
<div <div
class="mb-8 text-xl max-w-xl leading-relaxed" class="mb-8 mx-auto text-xl max-w-xl leading-relaxed"
v-html="excerpt" v-html="excerpt"
></div> ></div>