fix bugs
This commit is contained in:
parent
65e4578c5c
commit
6bb4b6b0b9
@ -1329,7 +1329,7 @@
|
||||
}
|
||||
.words::before {
|
||||
position: absolute;
|
||||
left: -100%;
|
||||
left: -125%;
|
||||
content: attr(data-text);
|
||||
}
|
||||
.words {
|
||||
@ -1341,7 +1341,7 @@
|
||||
}
|
||||
.words::after {
|
||||
position: absolute;
|
||||
right: -100%;
|
||||
right: -125%;
|
||||
content: attr(data-text);
|
||||
}
|
||||
|
||||
@ -1350,6 +1350,6 @@
|
||||
transform: translateX(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-100%);
|
||||
transform: translateX(-125%);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user