Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh-awasthy committed Jan 24, 2024
1 parent c894ca4 commit deb5957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/homeComponents/Earth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function Earth(props) {
earthRef.current.userData.startAnimation();
{window.innerWidth < 800 ? setTimeout(() => {
router.push('/home');
}, 300) :
}, 100) :
setTimeout(() => {
router.push('/home');
}, 1300); } }
Expand Down
2 changes: 1 addition & 1 deletion src/app/homeComponents/Fullpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function App() {
zIndex: "1",
fontFamily: "nasa",
position: 'fixed',
top: window.innerWidth > 768 ? "50%" : "50%",
top: window.innerWidth > 768 ? "50%" : "54%",
left: '50%',
transform: 'translate(-50%, -50%)',
fontSize: window.innerWidth > 768 ? "4rem" : "1.5rem"
Expand Down

0 comments on commit deb5957

Please sign in to comment.