feat: move skeleton lower (bottom 32% -> 24%)
This commit is contained in:
parent
390edd2624
commit
e98a9d5786
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ html, body {
|
||||||
.robot-wrap {
|
.robot-wrap {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: 32%;
|
bottom: 24%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.8s;
|
transition: opacity 0.8s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue