Fix forgot page top spacing
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -113,7 +113,7 @@ export default function ForgotPasswordPage() {
|
||||
</div>
|
||||
)
|
||||
: (
|
||||
<div className="space-y-6 w-full max-w-md mx-auto">
|
||||
<div className="space-y-6 w-full max-w-md mx-auto pt-8">
|
||||
<div className="space-y-2 text-center">
|
||||
<h1 className="text-3xl font-bold">{__("Forgot Password")}</h1>
|
||||
<p className="text-txt-tertiary">
|
||||
|
||||
Reference in New Issue
Block a user