We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066e3ea commit f0fbdd8Copy full SHA for f0fbdd8
src/pages/blog.astro
@@ -6,7 +6,7 @@ import MainLayout from '../layouts/MainLayout.astro';
6
<MainLayout>
7
<div class="container flex flex-col items-center">
8
<div class="w-fit">
9
- <h1 class="text-4xl font-bold text-slate-200 mb-4">Blog Posts</h1>
+ <h1 class="text-4xl font-extrabold text-slate-200 mb-4">Blog Posts</h1>
10
<BlogIndex styles="w-[860px]" />
11
</div>
12
0 commit comments