Skip to content

Commit

Permalink
Update post title styling
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbraksa committed Dec 17, 2024
1 parent 17db344 commit ec06ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { Content } = await post.render();
<Layout title={post.data.title} description={post.data.description}>
<main class="post mx-auto flex w-full max-w-prose flex-col gap-4">
<header role="presentation">
<h1 class="text-md">
<h1 class="text-lg">
{post.data.title} - {formatDate(post.data.publishedAt)}
</h1>
<p class="italic">{post.data.description}</p>
Expand Down

0 comments on commit ec06ead

Please sign in to comment.