diff --git a/src/css/style.css b/src/css/style.css index 9a2b77c..731aa96 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -247,9 +247,9 @@ article li { } @keyframes wobble { 0%, 100% { transform: translateX(0) rotate(0deg) scale(1); } - 15% { transform: translateX(-3px) rotate(-7deg) scale(1.2); } - 30% { transform: translateX(2px) rotate(5deg) scale(1.3); } - 45% { transform: translateX(-1px) rotate(-5deg) scale(1.3); } - 60% { transform: translateX(1px) rotate(3deg) scale(1.2); } + 15% { transform: translateX(-2px) rotate(-5deg) scale(1.2); } + 30% { transform: translateX(2px) rotate(3deg) scale(1.3); } + 45% { transform: translateX(-1px) rotate(-3deg) scale(1.3); } + 60% { transform: translateX(1px) rotate(2deg) scale(1.2); } 75% { transform: translateX(0) rotate(-1deg) scale(1.1); } } \ No newline at end of file