Narrow content width and slightly increase base typography size

This commit is contained in:
2025-11-17 22:08:26 +08:00
parent 593a5ff272
commit 675f5de74f
4 changed files with 5 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ export default function BlogPostPage({ params }: Props) {
</div>
)}
</header>
<article className="prose prose-slate max-w-none dark:prose-dark">
<article className="prose prose-lg prose-slate max-w-none dark:prose-dark">
{post.feature_image && (
// feature_image is stored as "../assets/xyz", serve from "/assets/xyz"
// eslint-disable-next-line @next/next/no-img-element