Add margin

pull/1/head
fadhlu 2021-03-17 03:24:02 +07:00
parent 8d09e56bec
commit b5a73c6e48
1 changed files with 7 additions and 6 deletions

View File

@ -91,12 +91,13 @@
</h1>
</div>
<CharacterCalculator />
<div class="mt-8" />
<h1
class="font-display font-black text-center mt-2 md:mt-0 md:mr-2 xl:mr-8 text-3xl lg:text-left lg:text-5xl text-white"
>
{$t('calculator.titleResin')}
</h1>
<div class="flex flex-col items-center md:flex-row-reverse md:justify-end md:items-start lg:items-center mt-8 mb-2">
<h1
class="font-display font-black text-center mt-2 md:mt-0 md:mr-2 xl:mr-8 text-3xl lg:text-left lg:text-5xl text-white"
>
{$t('calculator.titleResin')}
</h1>
</div>
<ResinCalculator />
<div class="mt-8" />
<LevelUpTable />