🔍 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>