update package.json3

This commit is contained in:
2022-05-24 22:58:19 +09:00
parent 2aa081423e
commit cab9229e45
4 changed files with 4 additions and 4 deletions

View File

@ -235,7 +235,7 @@ export default defineComponent({
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 420px); }
from { top: 0; } to { top: calc(100vh - 430px); }
}
@media (max-width: 1200px) {