fix: adjust blog post title font size for better readability

This commit is contained in:
Mauricio Siu 2025-03-02 18:51:21 -06:00
parent 9d8df9986e
commit 92f3a2117f

View File

@ -276,7 +276,7 @@ export default async function BlogPostPage({ params }: Props) {
<div className=" rounded-lg p-8 shadow-lg border border-border">
<header className="mb-8">
<h1 className="text-2xl md:text-3xl xl:text-4xl font-bold mb-4">
<h1 className="text-xl md:text-2xl xl:text-3xl font-bold mb-4">
{post.title}
</h1>
<div className="flex items-center mb-6">