diff --git a/src/components/Main.js b/src/components/Main.js index bce3550..7b1b9ad 100644 --- a/src/components/Main.js +++ b/src/components/Main.js @@ -185,7 +185,7 @@ const Main = () => { transition: { type:'spring', duration: 1.5, delay:1} }} animate={{ - y:0, + y:35, transition: { type:'spring', duration: 1.5, delay:1} }} whileHover={{scale: 1.1}}