From a6c89bee545728d2ded3900498a08ada3eab3a4e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 21 Oct 2021 02:45:17 +0200 Subject: [PATCH] fds --- files/templates/submission.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 64d30338c..1a2faeb0d 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -38,10 +38,10 @@ position: fixed; width: 100px; z-index:10; - animation: train 3s linear infinite !important; + animation: train 5s linear infinite !important; } .trainrev { - animation: trainrev 3s linear infinite !important; + animation: trainrev 5s linear infinite !important; } } @@ -50,10 +50,10 @@ position: fixed; width: 35px; z-index:10; - animation: train 1s linear infinite !important; + animation: train 3s linear infinite !important; } .trainrev { - animation: trainrev 1s linear infinite !important; + animation: trainrev 3s linear infinite !important; } }