remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 02:46:10 +02:00
parent a6c89bee54
commit 967be3deea
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@
@media (min-width: 768px) { @media (min-width: 768px) {
.train { .train {
position: fixed; position: absolute;
z-index: 10;
width: 100px; width: 100px;
z-index:10;
animation: train 5s linear infinite !important; animation: train 5s linear infinite !important;
} }
.trainrev { .trainrev {
@ -48,8 +48,8 @@
@media (max-width: 768px) { @media (max-width: 768px) {
.train { .train {
position: fixed; position: fixed;
z-index: 10;
width: 35px; width: 35px;
z-index:10;
animation: train 3s linear infinite !important; animation: train 3s linear infinite !important;
} }
.trainrev { .trainrev {