format txt
This commit is contained in:
@@ -271,9 +271,12 @@
|
||||
"
|
||||
>
|
||||
{{ brand.title }}
|
||||
<span class="block font-bold" v-if="brand.subtitle">{{
|
||||
<span class="block" v-if="brand.subtitle">{{
|
||||
brand.subtitle
|
||||
}}</span>
|
||||
<span class="block font-bold" v-if="brand.subtitle2">{{
|
||||
brand.subtitle2
|
||||
}}</span>
|
||||
</h2>
|
||||
<div
|
||||
class="pb-6 text-xl leading-tight tracking-wide"
|
||||
@@ -704,7 +707,16 @@
|
||||
<div class="lg:w-1/2 px-2 self-center">
|
||||
<g-image class="mx-auto" :src="image" :alt="brand.title" />
|
||||
</div>
|
||||
<div class="lg:w-1/2 lg:px-10 px-2 lg:mt-10 order-1 lg:order-none self-center">
|
||||
<div
|
||||
class="
|
||||
lg:w-1/2 lg:px-10
|
||||
px-2
|
||||
lg:mt-10
|
||||
order-1
|
||||
lg:order-none
|
||||
self-center
|
||||
"
|
||||
>
|
||||
<div class="lg:self-center">
|
||||
<h2 class="lg:text-6xl mb-8 uppercase leading-none font-light">
|
||||
<span class="block font-normal">{{ brand.title }}</span>
|
||||
|
||||
Reference in New Issue
Block a user