Skip to content

Commit

Permalink
fix(components): card group top margin
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Aug 9, 2024
1 parent fbf2a4f commit b3c4df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/CardGroup.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="grid md:grid-cols-2 gap-4 group">
<div class="[&:not(:first-child)]:mt-5 grid md:grid-cols-2 gap-4 group">
<slot />
</div>
</template>

0 comments on commit b3c4df2

Please sign in to comment.