fix alignments

This commit is contained in:
2021-08-26 14:08:05 +02:00
parent a5030f6dc6
commit cc7c818912
2 changed files with 7 additions and 7 deletions

View File

@@ -6,10 +6,10 @@ sourceUrl: ''
btnTxt: Know More btnTxt: Know More
image: dive_into2.jpg # src/assets/brandPanel/.. image: dive_into2.jpg # src/assets/brandPanel/..
--- ---
Tokenomics * Tokenomics
Scarcity model * Scarcity model
Staking * Staking
Development plan * Development plan

View File

@@ -308,13 +308,13 @@
</div> </div>
<div <div
class=" class="
lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none text-center 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 <h2
class=" class="
text-6xl mb-6 lg:px-10 uppercase leading-none font-heading text-6xl mb-8 uppercase leading-none font-heading
" "
> >
<span class="block">{{ brand.title }}</span> <span class="block">{{ brand.title }}</span>
@@ -322,7 +322,7 @@
brand.subtitle brand.subtitle
}}</span> }}</span>
</h2> </h2>
<div class="pb-4 text-gray-900 text-2xl leading-tight tft_subtitle tracking-wide" v-html="brand.content"></div> <div class="pb-6 text-gray-900 text-2xl leading-tight tft_subtitle tracking-wide" v-html="brand.content"></div>
<a <a
v-if="brand.btnTxt" v-if="brand.btnTxt"
target="_blank" target="_blank"