8 lines
108 B
SCSS
8 lines
108 B
SCSS
/*
|
|
* Owl Carousel - Auto Height Plugin
|
|
*/
|
|
|
|
.owl-height {
|
|
transition: height 500ms ease-in-out;
|
|
}
|