We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95dc29c commit 9759850Copy full SHA for 9759850
packages/nextjs/pages/blog/[slug].tsx
@@ -57,7 +57,7 @@ const BlogPost: NextPage<Props> = ({ source, meta }) => {
57
<meta name="description" content={meta.description} />
58
</Head>
59
60
- <article className="max-w-2xl px-4 py-12 mx-auto">
+ <article className="max-w-3xl px-4 py-8">
61
{/* Header */}
62
<header className="mb-10">
63
<div className="flex items-center gap-3 mb-4 font-mono text-sm text-white/35">
0 commit comments