Skip to content

Commit

Permalink
fix: margin top from sidebar and main contet from header
Browse files Browse the repository at this point in the history
  • Loading branch information
nsdonato committed Jan 28, 2024
1 parent 45a6c18 commit a3e31e8
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 @@ -25,7 +25,7 @@ export default function RootLayout({
</head>
<body>
<Navbar />
<div className='grid grid-cols-1 gap-4 lg:grid-cols-6'>
<div className='grid grid-cols-1 gap-4 lg:grid-cols-6 mt-4'>
<SidebarMenu className='' />
<main className='p-4 lg:col-span-5'>{children}</main>
</div>
Expand Down

0 comments on commit a3e31e8

Please sign in to comment.