fix
This commit is contained in:
parent
5d9e4eacfc
commit
9016a8bae9
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.train1 {
|
.train1 {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 40px;
|
width: 60px;
|
||||||
animation: train 3s linear infinite !important;
|
animation: train 3s linear infinite !important;
|
||||||
}
|
}
|
||||||
.train2 {
|
.train2 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue