Fixed loading

This commit is contained in:
kvakazyambra 2022-10-18 01:13:18 +03:00
parent cbcacb643f
commit 336a74b5fc
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, 0);
}
@keyframes spin {

View File

@ -534,6 +534,7 @@ astro-island {
.main-content {
flex: 1 100%;
min-height: 300px;
padding-top: 100px;
position: relative;
transition: all 1s ease;