diff --git a/src/components/Loading.module.scss b/src/components/Loading.module.scss index de09f09b..5783271c 100644 --- a/src/components/Loading.module.scss +++ b/src/components/Loading.module.scss @@ -2,7 +2,7 @@ position: absolute; top: 50%; left: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, 0); } @keyframes spin { diff --git a/src/styles/app.scss b/src/styles/app.scss index 8a0ac615..63660d45 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -534,6 +534,7 @@ astro-island { .main-content { flex: 1 100%; + min-height: 300px; padding-top: 100px; position: relative; transition: all 1s ease;