We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea313a6 commit 71e6303Copy full SHA for 71e6303
src/views/Layout.jsx
@@ -27,8 +27,7 @@ export function Layout() {
27
<div className="Layout text-black dark:text-white bg-white dark:bg-black">
28
<NavBar darkMode={darkMode} toggleDarkMode={toggleDarkMode} />
29
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 */}
+ <main className="mx-auto px-8 md:px-8 lg:px-20 w-full max-w-screen-sm min-h-screen flex flex-col">
32
<Outlet />
33
</main>
34
0 commit comments