Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrikanthreddy committed Dec 16, 2023
2 parents 4ba5f87 + 6dc8b05 commit 6b698e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Dashboard = () => {
<Navbar LinkArray={navs} />
</div>
</div>
<div className="flex mx-8 min-h-screen border-2 border-dashed border-secondary rounded-md p-6">
<div className="flex mx-8 min-h-screen border-0 border-secondary rounded-md mt-4">
<Outlet />
</div>
</div>
Expand Down

0 comments on commit 6b698e9

Please sign in to comment.