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; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, 0);
} }
@keyframes spin { @keyframes spin {

View File

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