styling improvements

This commit is contained in:
Daniel
2023-09-01 18:04:11 -04:00
parent 0b8d8c0645
commit 6a603d7d56
4 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default function MainLayout({ children }: Props) {
<Sidebar className="fixed top-0" />
</div>
<div className="w-full lg:ml-64 xl:ml-80">
<div className="w-full flex flex-col h-screen lg:ml-64 xl:ml-80">
<Navbar />
{children}
</div>