Skip to content

Commit 1620787

Browse files
committed
Update LatestArticles.vue
1 parent 09ea470 commit 1620787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/home/content/LatestArticles.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
View All
99
</NuxtLink>
1010
</div>
11-
<div class="block space-x-0 lg:flex lg:space-x-6 space-y-6 px-4 lg:px-0">
11+
<div
12+
class="block space-x-0 lg:flex lg:space-x-6 space-y-6 md:space-y-0 px-4 lg:px-0">
1213
<div v-for="article in articles" :key="article.id" class="w-full">
1314
<ArticleCardView :article="article" />
1415
</div>

0 commit comments

Comments
 (0)