change(ui) - text alignment
This commit is contained in:
parent
66f79cb702
commit
b3c9a80a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export default class ForgotPassword extends React.PureComponent {
|
|||
</div>
|
||||
</div>
|
||||
<div className="w-6/12 flex items-center justify-center">
|
||||
<form onSubmit={ this.onSubmit } style={{ minWidth: '50%'}}>
|
||||
<form onSubmit={ this.onSubmit } style={{ minWidth: '50%', textAlign: 'center'}}>
|
||||
<div className="mb-8">
|
||||
<h2 className="text-center text-3xl mb-6">{`${resetting ? 'Create' : 'Reset'} Password`}</h2>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue