💄 Footer and blog page design tweaks

This commit is contained in:
2025-08-31 11:35:32 -04:00
parent c07efd1481
commit 81a3a5c662
4 changed files with 47 additions and 23 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ const posts = await getCollection('blog');
}
{
posts.length < 6 ? null : (
<div class="more-posts">
<div class="all-posts">
<a href="/blog/archive/all">All Posts</a>
</div>
)
@@ -28,7 +28,7 @@ const posts = await getCollection('blog');
</Layout>
<style>
.more-posts {
.all-posts {
text-align: center;
padding: 1rem;
font-size: 1.2rem;