diff --git a/files/templates/submission.html b/files/templates/submission.html index af134aac5..68f2972d5 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -40,20 +40,23 @@ z-index: 10; animation: train 5s linear infinite !important; } + .trainrev { + animation: trainrev 3s linear infinite !important; + } } @media (max-width: 768px) { .train { position: fixed; width: 50px; - z-index: 1; - animation: train 5s linear infinite !important; + z-index: -1; + animation: train 3s linear infinite !important; + } + .trainrev { + animation: trainrev 3s linear infinite !important; } } - .trainrev { - animation: trainrev 5s linear infinite !important; - } @@ -448,7 +451,7 @@ {% endif %} {% endif %} -
+
{% if p.is_image %}