There was an error while loading. Please reload this page.
1 parent 01d355b commit 35ed748Copy full SHA for 35ed748
1 file changed
src/app/news/[year]/[month]/[slug]/page.tsx
@@ -58,7 +58,7 @@ export default async function NewsPostPage({
58
priority
59
/>
60
</div>
61
- <article className="container mx-auto flex w-full max-w-4xl flex-1 flex-col px-6 py-12 lg:px-8">
+ <article className="container mx-auto flex w-full max-w-6xl flex-1 flex-col px-6 py-12 lg:px-8">
62
<Link
63
href="/news"
64
className="text-muted-foreground hover:text-foreground mb-10 inline-flex w-fit items-center gap-2 text-sm transition-colors"
0 commit comments