mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
style: fix navbar overlap on public pages by adding top padding
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user