🔍 Sitemap!

 Dark mode to protect your eyes
This commit is contained in:
2024-08-10 21:16:36 +08:00
parent 18af1ecde3
commit ad5aacce9c
11 changed files with 57 additions and 10 deletions

View File

@ -32,7 +32,8 @@ const { data: products } = await useAsyncData("products", () => queryContent("/p
}
.content-section {
margin-top: 3rem;
margin-bottom: 8rem;
height: calc(100vh - 80px);
display: flex;
place-items: center;
}
</style>

View File

@ -10,7 +10,7 @@
</div>
</div>
<article class="text-base prose prose-truegray xl:text-lg mx-auto">
<article class="text-base prose xl:text-lg mx-auto">
<m-d-c :value="post.body?.content"></m-d-c>
</article>

View File

@ -25,7 +25,7 @@
</v-card-text>
</v-card>
<article class="text-base prose prose-truegray xl:text-lg mx-auto">
<article class="text-base prose xl:text-lg mx-auto">
<content-doc>
<template #empty>
<v-empty-state