add padding

This commit is contained in:
Cloudburst 2022-09-01 12:48:22 +02:00 committed by GitHub
parent 010e83db14
commit ae6b4bb291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ const Layout = ({ children }) => (
<input id="drawer" type="checkbox" className="drawer-toggle" /> <input id="drawer" type="checkbox" className="drawer-toggle" />
<div className="drawer-content items-center flex flex-none flex-col min-h-screen"> <div className="drawer-content items-center flex flex-none flex-col min-h-screen">
<Navbar /> <Navbar />
<div className="pb-10 w-full text-base-content grow"> <div className="pb-10 px-5 w-full text-base-content grow">
{children} {children}
</div> </div>
<Footer /> <Footer />
@ -23,4 +23,4 @@ const Layout = ({ children }) => (
</div> </div>
) )
export default Layout export default Layout