Skip to content

Commit

Permalink
Merge branch 'hero/arya' of https://github.com/aryab2003/project-udon
Browse files Browse the repository at this point in the history
…into hero/arya
  • Loading branch information
aryab2003 committed Mar 12, 2024
2 parents f908246 + 812ccf1 commit e47a6af
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:ml-65 md:w-1/2 flex items-center relative' style={{ height: '600px' }}>
<div className='w-[100%] md:w-1/2 flex items-center relative' style={{ height: '600px', border: '1px solid navy' }}>
<div
className='absolute top-50 right-200'
className='absolute top-50 left-10 '
style={{
borderRadius: '6px',
border: '1px solid #000',
Expand Down

0 comments on commit e47a6af

Please sign in to comment.