redesign 🎨

This commit is contained in:
2025-01-21 19:50:35 -05:00
parent ea8080ff57
commit 0f13edd875
33 changed files with 177 additions and 513 deletions
+1 -7
View File
@@ -15,7 +15,7 @@ const posts = await getCollection('blog');
new Date(b.data.pubDate).valueOf() -
new Date(a.data.pubDate).valueOf()
)
.slice(0, 6)
.slice(0, 10)
.map((post) => <PostPreview post={post} />)
}
{
@@ -26,9 +26,3 @@ const posts = await getCollection('blog');
)
}
</Layout>
<style>
.more-posts {
text-align: center;
}
</style>