Fixed loading
This commit is contained in:
parent
cbcacb643f
commit
336a74b5fc
|
@ -2,7 +2,7 @@
|
|||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
|
|
|
@ -534,6 +534,7 @@ astro-island {
|
|||
|
||||
.main-content {
|
||||
flex: 1 100%;
|
||||
min-height: 300px;
|
||||
padding-top: 100px;
|
||||
position: relative;
|
||||
transition: all 1s ease;
|
||||
|
|
Loading…
Reference in New Issue
Block a user