From 785a71b51f4993eec523bbfffa424c7f61b3de5f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 13 Mar 2022 09:21:14 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {