diff --git a/src/pages/components/loadingScene.jsx b/src/pages/components/loadingScene.jsx index 99bf780..2acae03 100644 --- a/src/pages/components/loadingScene.jsx +++ b/src/pages/components/loadingScene.jsx @@ -8,6 +8,7 @@ function LoadingScene() { justifyContent: 'center', alignItems: 'center', height: '100vh', + maxWidth:"100vw", fontSize: '24px', color: 'white', backgroundColor: 'black'