Skip to content

Commit 71e6303

Browse files
committed
Fixed: removed layout styling comment
1 parent ea313a6 commit 71e6303

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/Layout.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export function Layout() {
2727
<div className="Layout text-black dark:text-white bg-white dark:bg-black">
2828
<NavBar darkMode={darkMode} toggleDarkMode={toggleDarkMode} />
2929

30-
<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">
31-
{/* 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 */}
30+
<main className="mx-auto px-8 md:px-8 lg:px-20 w-full max-w-screen-sm min-h-screen flex flex-col">
3231
<Outlet />
3332
</main>
3433

0 commit comments

Comments
 (0)