mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
add padding
This commit is contained in:
parent
010e83db14
commit
ae6b4bb291
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ const Layout = ({ children }) => (
|
|||
<input id="drawer" type="checkbox" className="drawer-toggle" />
|
||||
<div className="drawer-content items-center flex flex-none flex-col min-h-screen">
|
||||
<Navbar />
|
||||
<div className="pb-10 w-full text-base-content grow">
|
||||
<div className="pb-10 px-5 w-full text-base-content grow">
|
||||
{children}
|
||||
</div>
|
||||
<Footer />
|
||||
|
|
Loading…
Reference in a new issue