Skip to content

Commit

Permalink
updated layout style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Nov 10, 2023
1 parent 8bd29c9 commit 1f9792f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function RootLayout({
}}
/>
</head>
<body className="font-sans leading-8">{children}</body>
<body className="font-sans leading-8 overflow-x-hidden">{children}</body>
</html>
);
}

0 comments on commit 1f9792f

Please sign in to comment.