Commit 3f0139dc authored by santiaago's avatar santiaago
Browse files

add banner style

clean up carousel css
issue #45
parent e15ca0ed
Loading
Loading
Loading
Loading
+15 −9
Original line number Diff line number Diff line
@@ -35,6 +35,18 @@ body {
  border-radius: 5px;
}

.banner{
  height: 500px;    
}

.banner-title{
    right: 56%;
    position: absolute; 
    top: 25%;
    left: 10%; 
    color:#FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
@@ -120,13 +132,6 @@ body {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
@@ -139,8 +144,9 @@ body {
}

@media (max-width: 780px){
    .carousel-inner > .item > img {
    .banner img{
	min-height: 300px;
	min-width: 780px;
	min-heigth:200px;
    }

}