chore: add some space between articles
This commit is contained in:
@@ -5,11 +5,11 @@ definePageMeta({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<UContainer class="flex flex-col gap-3 prose dark:prose-invert">
|
<UContainer class="prose dark:prose-invert">
|
||||||
<h1>Articles</h1>
|
<h1>Articles</h1>
|
||||||
</UContainer>
|
</UContainer>
|
||||||
|
|
||||||
<UContainer class="flex flex-col gap-3 !pt-0">
|
<UContainer class="flex flex-col md:gap-10 gap-5 !pt-0">
|
||||||
<ContentList :query="{ sort: [{ date: -1 }] }" v-slot="{ list }">
|
<ContentList :query="{ sort: [{ date: -1 }] }" v-slot="{ list }">
|
||||||
<div v-for="article in list" :key="article._path">
|
<div v-for="article in list" :key="article._path">
|
||||||
<ArticleListing :article="article" />
|
<ArticleListing :article="article" />
|
||||||
|
|||||||
Reference in New Issue
Block a user