Skip to content

Commit 1dd8f8e

Browse files
authored
Merge pull request #235 from Front-End-Coders-Mauritius/fix-community-card
fix: spacing & height in community cards
2 parents e736ed3 + 5391a15 commit 1dd8f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontendmu-nuxt/components/community/ProjectsSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const sortedProjects = projects.sort((a, b) => {
2525
</template>
2626
</div>
2727
</div> -->
28-
<div class="grid md:grid-cols-3 gap-3">
28+
<div class="grid md:grid-cols-3 auto-rows-fr gap-6">
2929
<TransitionGroup name="list">
3030
<template v-for="project in sortedProjects" :key="project.title">
3131
<div class="border bg-white dark:bg-verse-950 border-verse-400/50 p-3 rounded-md flex flex-col gap-2">

0 commit comments

Comments
 (0)