Skip to content

Commit

Permalink
Fixed: removed layout styling comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joriordan332 committed Oct 13, 2024
1 parent ea313a6 commit 71e6303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export function Layout() {
<div className="Layout text-black dark:text-white bg-white dark:bg-black">
<NavBar darkMode={darkMode} toggleDarkMode={toggleDarkMode} />

<main className="mx-auto px-8 md:px-8 lg:px-20 w-full max-w-screen-sm min-h-screen flex flex-col rounded-xl pt-20">
{/* I have add rounded and padding classes here for the background container that we could add to break up the design from being too white */}
<main className="mx-auto px-8 md:px-8 lg:px-20 w-full max-w-screen-sm min-h-screen flex flex-col">
<Outlet />
</main>

Expand Down

0 comments on commit 71e6303

Please sign in to comment.