Commit 77d8df90 authored by santiaago's avatar santiaago
Browse files

set width of what is carousel add opacity class #45

parent 474e42e0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
/* Carousel base class */
.carousel-whatis {
  height: 263px;
  width: 263px;
  margin-bottom: 0px;
  position: relative;
}
@@ -12,3 +13,7 @@
.carousel-whatis .item {
  height: 263px;
}

.carouselWhatIs-control--opacity{
    opacity: 0.25;
}
 No newline at end of file