feat: custom fonts
This commit is contained in:
parent
6bac096ca8
commit
1c0cc228f6
5 changed files with 21 additions and 22 deletions
|
|
@ -20,15 +20,15 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<h2 class="text-lg font-semibold text-center pt-4 md:pt-8">Upgrades</h2>
|
||||
<h2 class="text-xl font-semibold text-center pt-4 md:pt-8">Upgrades</h2>
|
||||
|
||||
<responsive-grid class="pt-4 md:pt-8">
|
||||
<responsive-grid class="pt-2 md:pt-4">
|
||||
<max-energy-upgrade-button />
|
||||
</responsive-grid>
|
||||
|
||||
<h2 class="text-lg font-semibold text-center pt-4 md:pt-8">Time Travel</h2>
|
||||
<h2 class="text-xl font-semibold text-center pt-4 md:pt-8">Time Travel</h2>
|
||||
|
||||
<responsive-grid class="pt-4 md:pt-8">
|
||||
<responsive-grid class="pt-2 md:pt-4">
|
||||
<progress-button
|
||||
v-for="process in $store.state.processes"
|
||||
:key="process.instrument"
|
||||
|
|
|
|||
Reference in a new issue