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%;
}
}
.train {
position: fixed;
width: 100px;
z-index: 10;
animation: train 5s linear infinite !important;
@media (min-width: 768px) {
.train {
position: fixed;
width: 100px;
animation: train 5s linear infinite !important;
}
}
@media (max-width: 768px) {
.train {
position: fixed;
width: 50px;
animation: train 5s linear infinite !important;
}
}
.trainrev {