mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-23 23:29:35 +01:00
Add margin
This commit is contained in:
parent
8d09e56bec
commit
b5a73c6e48
1 changed files with 7 additions and 6 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue