I created a new page. I added the HeroSlide, How to overide the height? Maybe there is scss variable for it?
#id-70bb88c2add2 .carousel-item {
height: auto !important;
}
Thanks, !important do the work.
I created a new page. I added the HeroSlide, How to overide the height? Maybe there is scss variable for it?
#id-70bb88c2add2 .carousel-item {
height: auto !important;
}
Thanks, !important do the work.