Skip to content

Commit 464e039

Browse files
committed
Increase font size and weight of titles
1 parent 7d6574e commit 464e039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/blog-tag-route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function blogTagRoute() {
3636
alt="blog image"
3737
/>
3838
<div>
39-
<h3>{post.title}</h3>
39+
<h3 class="font-black text-2xl">{post.title}</h3>
4040
</div>
4141
</a>
4242
</li>

0 commit comments

Comments
 (0)