adding padding
This commit is contained in:
parent
f30a853206
commit
90b401a61c
@ -16,7 +16,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
{/* Sidebar */}
|
||||
<Sidebar />
|
||||
<div className="relative flex flex-1 shrink-0 grow justify-center overflow-x-hidden">
|
||||
<div className="flex-1 overflow-x-hidden px-5">{children}</div>
|
||||
<div className="flex-1 overflow-x-hidden px-5 pb-5">{children}</div>
|
||||
</div>
|
||||
{/* Mobile Banner */}
|
||||
<MobileBanner />
|
||||
|
Loading…
x
Reference in New Issue
Block a user