Skip to content

Commit

Permalink
fix: made image responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Mar 10, 2024
1 parent fb34d5a commit d2728d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/FormContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const FormContainer = () => {
</Paragraph>
)
)}
<div id='imgContainer' className='mx-auto my-8 w-[408px]'>
<div id='imgContainer' className='mx-auto my-8 w-[50vw] md:w-[408px]'>
<img src={formimg} height={'100%'} width={'100%'} alt='ticket-price' />
</div>
<Paragraph variant='body3'>
Expand Down

0 comments on commit d2728d2

Please sign in to comment.