Skip to content

Commit 0dbb69d

Browse files
committed
formatting
1 parent 8e06787 commit 0dbb69d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/blog/[slug]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
</svelte:head>
3535
3636
<div class="mx-auto max-w-[88ch]">
37-
<h1 class="text-3xl font-semibold md:text-4xl">{data?.post.title}</h1>
37+
<h1 class="text-3xl font-semibold md:text-4xl mb-2">{data?.post.title}</h1>
3838
<time
3939
datetime={publishedISO ?? undefined}
40-
class="mb-6 block text-xs font-semibold uppercase tracking-[0.4em] text-muted-foreground"
40+
class="mb-8 block text-xs font-semibold uppercase tracking-[0.4em] text-muted-foreground"
4141
>
4242
{publishedISO ? formatDate(publishedISO) : "Coming soon"}
4343
</time>

0 commit comments

Comments
 (0)