Commit cabfd200 authored by santiaago's avatar santiaago
Browse files

add background color to whatIs carousel image

issue #45
parent fe5617bc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,3 +22,10 @@
  left: 0;
  min-width: 100%;
}

.carousel-whatIs--background{
    background: #E0E0E0;
    padding-bottom: 50px;
    padding-top: 50px;
    /* padding-left: 36px; */
}