Display the RegistrationForm even on mobile

This commit is contained in:
Alex Gleason 2022-05-06 20:07:40 -05:00
parent 97a4bfec28
commit 4fe73cb3da
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -81,7 +81,7 @@ const LandingPage = () => {
</Stack>
</div>
</div>
<div className='hidden lg:block sm:mt-24 lg:mt-0 lg:col-span-6 self-center'>
<div className='sm:mt-24 lg:mt-0 lg:col-span-6 self-center'>
<Card size='xl' variant='rounded' className='sm:max-w-md sm:w-full sm:mx-auto'>
<CardBody>
{renderBody()}