fix large screen margins

This commit is contained in:
Win 2024-07-18 12:00:58 +07:00
parent 4948a4f1ee
commit 8bd9dfb5ab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default function RootLayout({
}) {
return (
<html className={`${inter.className} text-black bg-white dark:text-white dark:bg-slate-900`} lang="en">
<body className="antialiased mt-8 mb-8 lg:max-w-screen-xl min-lg:flex min-lg:flex-col lg:mx-auto max-lg:grid max-lg:place-items-center max-sm:place-items-start">
<body className="antialiased mt-8 mb-8 lg:max-w-screen-xl min-lg:flex min-lg:flex-col xl:mx-auto lg:mx-4 max-lg:grid max-lg:place-items-center max-sm:place-items-start">
<Navbar />
{children}
<Footer />