feat: move skeleton lower (bottom 32% -> 24%)

This commit is contained in:
ltadeu6 2026-06-07 12:49:27 -03:00
parent 390edd2624
commit e98a9d5786
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -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;