remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 02:33:16 +02:00
parent 17dc6da06d
commit 996c813a6f
1 changed files with 15 additions and 6 deletions

View File

@ -32,12 +32,21 @@
left: 0%; left: 0%;
} }
} }
.train { @media (min-width: 768px) {
position: fixed; .train {
width: 100px; position: fixed;
z-index: 10; width: 100px;
animation: train 5s linear infinite !important; animation: train 5s linear infinite !important;
}
}
@media (max-width: 768px) {
.train {
position: fixed;
width: 50px;
animation: train 5s linear infinite !important;
}
} }
.trainrev { .trainrev {