style: fix navbar overlap on public pages by adding top padding

This commit is contained in:
dyzulk
2026-01-09 13:14:45 +07:00
parent ea37aa0b21
commit 3552c7df5a
5 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ export default function SigninClient() {
};
return (
<div className="relative z-1 bg-white p-6 sm:p-0 dark:bg-gray-900 flex-grow flex">
<div className="relative z-1 bg-white pt-24 pb-6 px-6 sm:pt-32 sm:pb-0 sm:px-0 dark:bg-gray-900 flex-grow flex">
{/* Form Section */}
<div className="flex w-full flex-1 flex-col lg:w-1/2 justify-center">
<div className="mx-auto w-full max-w-md pt-5 sm:py-10 px-4 sm:px-0">