Skip to content

Commit

Permalink
Added some more space
Browse files Browse the repository at this point in the history
  • Loading branch information
fowled committed Apr 19, 2024
1 parent 585d293 commit 8bd5023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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 gap-y-5 my-14 sm:gap-y-0 gap-x-0"
class="flex flex-wrap flex-col sm:flex-row justify-center mx-auto sm:gap-x-12 gap-y-7 my-14 sm:gap-y-0 gap-x-0"
>
<router-link
v-for="guild in guilds"
Expand Down

0 comments on commit 8bd5023

Please sign in to comment.