update package.json2

This commit is contained in:
2022-05-24 22:52:56 +09:00
parent b6357750b0
commit 2aa081423e
4 changed files with 7 additions and 7 deletions

View File

@ -231,11 +231,11 @@ export default defineComponent({
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
@keyframes moveX {
from { left: 0; } to { left: calc(100vw - 480px); }
from { left: 0; } to { left: calc(100vw - 490px); }
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 510px); }
from { top: 0; } to { top: calc(100vh - 420px); }
}
@media (max-width: 1200px) {