adding padding

This commit is contained in:
zmeyer44 2023-10-13 23:22:07 -04:00
parent f30a853206
commit 90b401a61c

View File

@ -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 />