diff --git a/src/app/homeComponents/Earth.jsx b/src/app/homeComponents/Earth.jsx index 3e36e73..11f1367 100644 --- a/src/app/homeComponents/Earth.jsx +++ b/src/app/homeComponents/Earth.jsx @@ -16,7 +16,7 @@ function Earth(props) { const [animateCamera, setAnimateCamera] = useState(false); const updateSphereSize = () => { - const newSize = window.innerWidth / 550; + const newSize = window.innerWidth / 700; setSphereSize(Math.max(1.3, newSize)); }; useEffect(() => {