Skip to content

Commit

Permalink
feat(frontend): add z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
loki344 committed Oct 30, 2024
1 parent 3c808d0 commit 2088748
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

<div class="py-12">
<div class="mb-5 flex justify-center p-2">
<span class="-mr-4">
<span class="-mr-4 z-[0]">
<Logo ring size="lg" src={icpDark}></Logo>
</span>
<span class="-mr-4">
<span class="-mr-4 z-[1]">
<Logo ring size="lg" src={eth}></Logo>
</span>
<Logo ring size="lg" src={bitcoin}></Logo>
<span class="z-[2]">
<Logo ring size="lg" src={bitcoin}></Logo>
</span>

</div>

<div class="space-y-4">
Expand Down

0 comments on commit 2088748

Please sign in to comment.