fix
This commit is contained in:
parent
0e2a33b3aa
commit
b7122d2a92
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.train1 {
|
.train1 {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
animation: train 3s linear infinite !important;
|
animation: train 3s linear infinite !important;
|
||||||
|
top: 35%
|
||||||
}
|
}
|
||||||
.train2 {
|
.train2 {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue