change buttons + github action

This commit is contained in:
Emily
2024-07-17 15:11:09 +02:00
parent 094e191900
commit 5300da90f2
4 changed files with 94 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ const blogPost = blogPosts.value.find(e => e.id == id);
<h1 class="text-6xl font-normal">
{{ blogPost?.title }}
</h1>
<p class="italic mt-3 text-2xl">
<p class="mt-6 text-2xl">
{{ blogPost?.subtitle }}
</p>
<div class="flex items-center gap-2">