Skip to content

Commit

Permalink
add grid-cols-2 into repo list page (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbeom-shin authored Aug 15, 2024
1 parent 23c5987 commit 704ce90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/shared/RepoCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</div>
<div
v-else
class="xl:flex-col xl:w-full flex flex-wrap justify-between gap-x-[16px] gap-y-[16px] mb-4 mt-[16px]"
class="grid grid-cols-2 xl:flex-col xl:w-full flex flex-wrap justify-between gap-x-[16px] gap-y-[16px] mb-4 mt-[16px]"
>
<repo-item
v-for="repo in reposData"
Expand Down

0 comments on commit 704ce90

Please sign in to comment.