Skip to content

Commit

Permalink
Add spacing between bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Oct 5, 2023
1 parent 4454179 commit 17c8b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing/src/pages/blog/Blog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const {
v-for="blog in allBlogs"
:key="blog"
:to="`/blog/${blog.id}`"
class="blog_card flex flex-col"
class="blog_card flex flex-col mb-[50px]"
>
<div class="flex items-center gap-10 text-6 text-gray-400">
<span>
Expand Down

0 comments on commit 17c8b54

Please sign in to comment.