🔍 Sitemap!
♿ Dark mode to protect your eyes
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user