Skip to content

Commit 9759850

Browse files
committed
Align left
1 parent 95dc29c commit 9759850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/pages/blog/[slug].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const BlogPost: NextPage<Props> = ({ source, meta }) => {
5757
<meta name="description" content={meta.description} />
5858
</Head>
5959

60-
<article className="max-w-2xl px-4 py-12 mx-auto">
60+
<article className="max-w-3xl px-4 py-8">
6161
{/* Header */}
6262
<header className="mb-10">
6363
<div className="flex items-center gap-3 mb-4 font-mono text-sm text-white/35">

0 commit comments

Comments
 (0)