Brand panel sec

This commit is contained in:
samaradel
2021-09-19 09:19:32 +02:00
parent 0e88f72bc7
commit 097ce1e51a
5 changed files with 21 additions and 37 deletions

View File

@@ -252,16 +252,13 @@
</div>
<!-- tft -->
<div
v-else-if="id == 'tft' && !diveInto"
class="flex flex-wrap text-center tft_section lg:text-left"
>
<div v-else-if="id == 'about-us'" class="flex flex-wrap text-left">
<div class="lg:w-1/2 px-2 self-center">
<g-image :src="image" :alt="brand.title" />
<g-image class="mx-auto" :src="image" :alt="brand.title" />
</div>
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-center">
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-left">
<div class="lg:self-center">
<h2 class="text-6xl mb-6 uppercase leading-none font-heading">
<h2 class="text-3xl mb-6 uppercase leading-none font-heading">
<span class="block">{{ brand.title }}</span>
<span class="block" v-if="brand.subtitle">{{
brand.subtitle
@@ -273,7 +270,6 @@
mt-4
text-gray-900 text-2xl
leading-tight
tft_subtitle
tracking-wide
"
v-html="brand.content"