diff --git a/files/templates/comments.html b/files/templates/comments.html index 9ff2f58c84..d5daaa2254 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -266,7 +266,7 @@ @media (max-width: 720px) { @keyframes c{{c.id}}-tilt { from {transform: rotate(0deg);} - to {transform: rotate(1deg);} + to {transform: rotate(0.25deg);} } } @keyframes c{{c.id}}-tilt { diff --git a/files/templates/submission.html b/files/templates/submission.html index 1837c0b868..6edfda4135 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -461,7 +461,7 @@ @media (max-width: 720px) { @keyframes post-tilt { from {transform: rotate(0deg);} - to {transform: rotate(1deg);} + to {transform: rotate(0.25deg);} } } @keyframes post-tilt {