💄 Post path optimization

This commit is contained in:
2024-08-19 01:18:27 +08:00
parent ca253eb87b
commit b94e6906e1
8 changed files with 30 additions and 20 deletions

View File

@@ -71,7 +71,7 @@ const { data: products } = await useAsyncData("products", () => {
}
.content-section {
height: calc(100vh - 80px);
min-height: calc(100vh - 80px);
display: flex;
place-items: center;
}