Skip to content

Commit

Permalink
Update portfolio page
Browse files Browse the repository at this point in the history
  • Loading branch information
LefanTan committed Jul 5, 2023
1 parent 52194eb commit 5ec4cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pages/projects/all.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ useSeoMeta({
{{ description }}
</p>
<div class="divider my-4" />
<ul class="flex flex-wrap gap-8 mt-8">
<li class="flex-1 min-w-[20rem]" v-for="project in projects">
<ul class="grid grid-cols-1 sm:grid-cols-2 gap-8 mt-8">
<li class="flex min-w-[20rem]" v-for="project in projects">
<project :project="project" />
</li>
</ul>
Expand Down

0 comments on commit 5ec4cd6

Please sign in to comment.