Skip to content

Commit c80f0a0

Browse files
committed
fix OG preview overflow breaking site layout
1 parent 25f2319 commit c80f0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/app/src/app/blog/og-preview

packages/app/src/app/blog/og-preview/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const SIZES = [
6060

6161
export default function OgPreviewPage() {
6262
return (
63-
<main className="container mx-auto px-4 py-12 max-w-7xl">
63+
<main className="container mx-auto px-4 py-12 max-w-7xl overflow-hidden">
6464
<h1 className="text-3xl font-bold mb-2">OG Image Variants Preview</h1>
6565
<p className="text-muted-foreground mb-10">
6666
Each variant shown at actual platform render sizes. V1–V10: generic. V11–V15: brand palette.

0 commit comments

Comments
 (0)