Skip to content

Commit

Permalink
added min height to mobile anim
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Stevers committed Aug 4, 2023
1 parent d1eeb23 commit 75d710b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/animations/MobileAnim.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const MobileAnim = () => {
className='object-contain w-full max-w-xl pt-4'
data='/mobile-anim.svg'
style={{
width: '100%', // set the width
width: '100%',
'min-height': '400px',
height: 'auto', // set the width
// set the height
}}
/>
Expand Down

0 comments on commit 75d710b

Please sign in to comment.