Skip to content

Commit

Permalink
fix(papers-please): css typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VodBox committed Aug 12, 2023
1 parent 15aabec commit bb7e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/papers-please/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
animation: 2s moveAround ease-in-out 1.6s 1;
}
@keyframes moveAround {
0% { opacity: 1; top: 150px; left: 175px; transform: rotate(0deg), scale(0.1); }
0% { opacity: 1; top: 150px; left: 175px; transform: rotate(0deg) scale(0.1); }
12% { opacity: 1; transform: rotate(-22.5deg) scale(1.0); }
25% { opacity: 1; top: 255px; left: 175px; transform: rotate(-45deg) scale(1); }
75% { opacity: 1; top: 255px; left: 175px; transform: rotate(-45deg) scale(1); }
Expand Down

0 comments on commit bb7e44d

Please sign in to comment.