forked from cerc-io/cosmos-explorer
feat: remove unused style
This commit is contained in:
parent
36bdfd09eb
commit
9c282d4c64
@ -4,7 +4,6 @@
|
|||||||
<footer
|
<footer
|
||||||
class="flex sm:!flex-row flex-col items-center h-10 text-sm bg-gray-100 dark:bg-[#171d30] py-2 z-10 w-full"
|
class="flex sm:!flex-row flex-col items-center h-10 text-sm bg-gray-100 dark:bg-[#171d30] py-2 z-10 w-full"
|
||||||
>
|
>
|
||||||
<!-- items-center grid-flow-col -->
|
|
||||||
<div class="flex flex-1">
|
<div class="flex flex-1">
|
||||||
©
|
©
|
||||||
{{ new Date().getFullYear() }}
|
{{ new Date().getFullYear() }}
|
||||||
@ -19,7 +18,6 @@
|
|||||||
>Ping.pub</a
|
>Ping.pub</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<!-- grid-flow-col gap-4 sm:!place-self-center hidden sm:!grid -->
|
|
||||||
<div
|
<div
|
||||||
class="flex "
|
class="flex "
|
||||||
>
|
>
|
||||||
@ -38,12 +36,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
display: grid;
|
|
||||||
width: 100%;
|
|
||||||
grid-auto-flow: row;
|
|
||||||
place-items: start;
|
|
||||||
row-gap: 2.5rem;
|
|
||||||
-moz-column-gap: 1rem;
|
|
||||||
column-gap: 1rem;
|
|
||||||
font-size: 0.875rem;
|
|
||||||
line-height: 1.25rem;
|
|
Loading…
Reference in New Issue
Block a user