Fix responsiveness of datepicker on Age Verification
This commit is contained in:
parent
cedbc468bd
commit
6ce7c866df
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const AgeVerification = () => {
|
|||
</h1>
|
||||
</div>
|
||||
|
||||
<div className='sm:pt-10 sm:w-2/3 mx-auto'>
|
||||
<div className='sm:pt-10 md:w-2/3 mx-auto'>
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<Datepicker onChange={onChange} />
|
||||
|
||||
|
|
Loading…
Reference in a new issue