Skip to content

Commit

Permalink
Update components/Header/header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Feb 22, 2024
1 parent 9a2c446 commit 3ed84e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Header() {
className='absolute sm:hidden flex items-center justify-center'
style={{
display: isTablet && 'none',
top: '200px',
top: '250px',
}}
>
<div className='globe-overlay'></div>
Expand Down

0 comments on commit 3ed84e6

Please sign in to comment.