display latest blog post title and mess with transitions

This commit is contained in:
2025-09-22 19:16:56 +02:00
parent 0f72ae71be
commit e486052413
2 changed files with 113 additions and 10 deletions
+5
View File
@@ -53,6 +53,11 @@ const permalink = `${Astro?.site?.href}blog/${slug}`;
header h1 {
margin-bottom: 0.7em;
display: flex;
justify-content: center;
view-transition-name: blog-title;
width: fit-content;
margin-inline: auto;
}
header p {