Skip to content

Commit f0fbdd8

Browse files
committed
Update blog post title font weight
1 parent 066e3ea commit f0fbdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import MainLayout from '../layouts/MainLayout.astro';
66
<MainLayout>
77
<div class="container flex flex-col items-center">
88
<div class="w-fit">
9-
<h1 class="text-4xl font-bold text-slate-200 mb-4">Blog Posts</h1>
9+
<h1 class="text-4xl font-extrabold text-slate-200 mb-4">Blog Posts</h1>
1010
<BlogIndex styles="w-[860px]" />
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)