fix: header max width
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-21 12:09:55 +01:00
parent 90c8d56e3c
commit 78c805bbf9

View File

@@ -2,7 +2,7 @@
{{#post}}
<article class="container mx-auto px-4 py-12">
<header class="text-center mb-8">
<header class="text-center mb-8 max-w-3xl mx-auto">
<h1 class="text-6xl font-bold tracking-tight text-[var(--text-primary)] mb-4">{{title fallback="No Title Provided"}}</h1>
{{#is "post"}}
<section class="post-meta text-[var(--text-secondary)] text-lg">