responsive.css
@media only screen and (min-width:991px) and (max-width:1199px) {
*.animated{animation-duration:inherit !important;}
}
@media only screen and (min-width:768px) and (max-width: 990px){
*.animated{animation-duration:inherit !important;}
}
@media only screen and (min-width:480px) and (max-width: 767px){
*.animated{animation-duration:inherit !important;}
}
@media only screen and (max-width: 479px){
*.animated{animation-duration:inherit !important;}
}
Comments
Post a Comment