fix: tags spacing on course cards

This commit is contained in:
Jannat Patel
2025-04-21 16:16:54 +05:30
parent 726f733434
commit bfc1488860
2 changed files with 10 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
<CourseInstructors :instructors="course.data.instructors" />
</div>
</div>
<div v-if="course.data.tags" class="flex mt-4 w-fit">
<div v-if="course.data.tags" class="flex my-4 w-fit">
<Badge
theme="gray"
size="lg"