forked from cerc-io/cosmos-explorer
adjust position
This commit is contained in:
parent
be8da6d86c
commit
443132458d
@ -257,6 +257,8 @@ const amount = computed({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<AdBanner id="chain-home-banner-ad" unit="banner" width="970px" height="90px" />
|
||||
|
||||
<div class="grid grid-cols-1 gap-4 md:!grid-cols-3 lg:!grid-cols-6">
|
||||
<div v-for="(item, key) in store.stats" :key="key">
|
||||
<CardStatisticsVertical v-bind="item" />
|
||||
@ -383,8 +385,6 @@ const amount = computed({
|
||||
</Teleport>
|
||||
</div>
|
||||
|
||||
<AdBanner id="chain-home-banner-ad" unit="banner" width="970px" height="90px" />
|
||||
|
||||
<div class="bg-base-100 rounded mt-4">
|
||||
<div class="px-4 pt-4 pb-2 text-lg font-semibold text-main">
|
||||
{{ $t('index.app_versions') }}
|
||||
|
Loading…
Reference in New Issue
Block a user