Skip to content

Commit

Permalink
Fix funny
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomMelon committed Jun 19, 2024
1 parent 8a388ff commit a7fc9bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions players/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
</a>
</div>
<div class="w-full">
<a href="/players/rose">
<div class="box-rose box-player p-4 h-64 rounded-2xl">
<a href="/players/hydrogen">
<div class="box-hydrogen box-player p-4 h-64 rounded-2xl">
<div class="justify-center items-end w-full h-full flex">
<b class="default-text-shadow text-2xl">Rose</b>
<b class="default-text-shadow text-2xl">Hydrogen</b>
</div>
</div>
</a>
</div>
<div class="w-full">
<a href="/players/hydrogen">
<div class="box-hydrogen box-player p-4 h-64 rounded-2xl">
<a href="/players/josephine">
<div class="box-josephine box-player p-4 h-64 rounded-2xl">
<div class="justify-center items-end w-full h-full flex">
<b class="default-text-shadow text-2xl">Hydrogen</b>
<b class="default-text-shadow text-2xl">Josephine</b>
</div>
</div>
</a>
Expand Down Expand Up @@ -102,10 +102,10 @@
</a>
</div>
<div class="w-full">
<a href="/players/josephine">
<div class="box-josephine box-player p-4 h-64 rounded-2xl">
<a href="/players/rose">
<div class="box-rose box-player p-4 h-64 rounded-2xl">
<div class="justify-center items-end w-full h-full flex">
<b class="default-text-shadow text-2xl">Josephine</b>
<b class="default-text-shadow text-2xl">Rose</b>
</div>
</div>
</a>
Expand Down

0 comments on commit a7fc9bd

Please sign in to comment.