Skip to content

Commit

Permalink
fix:made tw changes in laptop view and started adding responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
aryab2003 committed Mar 12, 2024
1 parent e47a6af commit 1616475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const Hero = () => {
</button>
</div>
</div>
<div className='w-[100%] md:w-1/2 flex items-center relative' style={{ height: '600px', border: '1px solid navy' }}>
<div className='w-[100%] md:w-1/2 flex items-center relative' style={{ height: '600px' }}>
<div
className='absolute top-50 left-10 '
className='absolute top-50 right-200'
style={{
borderRadius: '6px',
border: '1px solid #000',
Expand Down

0 comments on commit 1616475

Please sign in to comment.