Skip to content

Commit

Permalink
Add padding in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 24, 2024
1 parent a96d8bf commit eebfb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/admin/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function AdminLayout({
return (
<main className="flex flex-row">
<Sidebar />
<section className="flex flex-col w-screen bg-gray-50 overflow-hidden">
<section className="flex flex-col h-screen w-screen bg-gray-50 overflow-hidden p-5">
<Header />
{children}
</section>
Expand Down

0 comments on commit eebfb51

Please sign in to comment.