Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Neon-20 committed Dec 23, 2023
1 parent dda6b35 commit f199462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/blogs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const BlogsPage = ({
children:React.ReactNode
}) => {
return (
<div className="bg-black text-white min-h-screen max-w-7xl mx-auto overflow-hidden">
<div className="bg-black text-white min-h-screen mx-auto overflow-x-hidden overflow-y-hidden">
{children}
<FooterPage/>
</div>
Expand Down

0 comments on commit f199462

Please sign in to comment.