Merge branch 'datepicker-responsive' into 'develop'
Fix responsiveness of datepicker on Age Verification See merge request soapbox-pub/soapbox-fe!1508
This commit is contained in:
commit
5f015eff3c
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