style: unify typography — use heading-xl/lg/md utilities in all pages

This commit is contained in:
2026-06-01 21:33:23 -05:00
parent e8ee286d2f
commit 0a1032d1ee
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export default async function PostsPage() {
return (
<Template>
<main className="max-w-4xl mx-auto px-6 py-16">
<h1 className="font-sans text-4xl font-extrabold tracking-tight lg:text-5xl mt-0 mb-12 text-ink">
<h1 className="heading-xl text-ink mt-0 mb-12">
Posts
</h1>
<div className="space-y-12">