Fix responsiveness of datepicker on Age Verification

This commit is contained in:
Justin 2022-06-08 13:13:44 -04:00
parent cedbc468bd
commit 6ce7c866df

View file

@ -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} />