Skip to content

Commit

Permalink
Last fix of the night hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
fowled committed Apr 19, 2024
1 parent ee1b722 commit ac21c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/routes/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ console.log(guilds);

<div
v-if="guilds.length > 0"
class="flex flex-wrap flex-col sm:flex-row justify-center mx-auto sm:gap-x-12 space-y-3 my-14 sm:space-x-4 space-x-0 sm:space-y-0"
class="flex flex-wrap flex-col sm:flex-row justify-center mx-auto sm:gap-x-12 space-y-3 my-14 gap-y-12 sm:gap-y-0 gap-x-0"
>
<router-link
v-for="guild in guilds"
:to="`manage/${guild.id}`"
class="transition transform sm:hover:-translate-y-1"
class="transition transform sm:hover:-translate-y-1 space-y-4"
>
<img
alt="guild's icon"
Expand Down

0 comments on commit ac21c8f

Please sign in to comment.