Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSunshyne committed Sep 24, 2024
1 parent e736ed3 commit 5391a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const sortedProjects = projects.sort((a, b) => {
</template>
</div>
</div> -->
<div class="grid md:grid-cols-3 gap-3">
<div class="grid md:grid-cols-3 auto-rows-fr gap-6">
<TransitionGroup name="list">
<template v-for="project in sortedProjects" :key="project.title">
<div class="border bg-white dark:bg-verse-950 border-verse-400/50 p-3 rounded-md flex flex-col gap-2">
Expand Down

0 comments on commit 5391a15

Please sign in to comment.