This commit is contained in:
= 2021-05-14 21:53:41 +05:00
parent adc3c20c9a
commit ef91c0af1b
3 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,6 @@
border-right: 5px;
border: 1px solid #e6e6e6;
position: relative;
height: 120px;
img {
width: 90%;
margin: 0 auto;

View File

@ -70,7 +70,7 @@
left: 0;
}
100% {
left: -100%;
left: -500%;
}
}
@ -80,7 +80,7 @@
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
transform: translate(-500%, 0);
}
}
// banner start

View File

@ -536,7 +536,6 @@ li {
border-right: 5px;
border: 1px solid #e6e6e6;
position: relative;
height: 120px;
}
.partnerSlider__item img {
width: 90%;
@ -1240,7 +1239,7 @@ li {
left: 0;
}
100% {
left: -100%;
left: -500%;
}
}
/* Make it move */
@ -1249,7 +1248,7 @@ li {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
transform: translate(-500%, 0);
}
}
.banner {