Minor Adjustments
This commit is contained in:
@@ -29,7 +29,7 @@ export default function RootLayout({
|
|||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
<main className="w-full mt-36 bg-slate-50 dark:bg-[#080f15]">
|
<main className="w-full mt-36 bg-slate-50 dark:bg-[#080f15]">
|
||||||
<div className="w-full max-w-[1432px] sm:max-w-[1464px] mx-auto h-full px-4 sm:px-8 py-8 sm:py-16">
|
<div className="w-full max-w-[1432px] sm:max-w-[1464px] mx-auto h-full px-4 sm:px-8 py-6 sm:py-8 md:py-8 lg:py-16">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user