Adjust Elements Hover Duration

This commit is contained in:
aftabrehan
2024-02-02 16:38:47 +05:00
parent 4c190af17b
commit 40cf3846ce
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ export default function RootLayout({
<ThemeProvider attribute="class">
<Header />
<main className="w-full min-h-[calc(100vh-136px)] md:min-h-[calc(100vh-144px)] mt-[136px] md:mt-36 bg-slate-50 dark:bg-[#080f15]">
<main className="w-full min-h-[calc(100vh-144px)] 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">
{children}
</div>