- poster
This commit is contained in:
@@ -355,8 +355,9 @@ h3 {
|
||||
|
||||
.myimgproduct{
|
||||
max-width: 100%;
|
||||
height: 300px;
|
||||
height: 500px;
|
||||
@media (max-width: 718px) {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1571,6 +1572,18 @@ h3 {
|
||||
-webkit-animation-duration: calc(var(--animate-duration) * 20);
|
||||
animation-duration: calc(var(--animate-duration) * 20);
|
||||
}
|
||||
.animate__animated.animate__slow30 {
|
||||
-webkit-animation-duration: calc(1s * 30);
|
||||
animation-duration: calc(1s * 30);
|
||||
-webkit-animation-duration: calc(var(--animate-duration) * 30);
|
||||
animation-duration: calc(var(--animate-duration) * 30);
|
||||
}
|
||||
.animate__animated.animate__slow50 {
|
||||
-webkit-animation-duration: calc(1s * 50);
|
||||
animation-duration: calc(1s * 50);
|
||||
-webkit-animation-duration: calc(var(--animate-duration) * 50);
|
||||
animation-duration: calc(var(--animate-duration) * 50);
|
||||
}
|
||||
|
||||
.animate__animated.animate__ease-in-out {
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
|
||||
Reference in New Issue
Block a user