Skip to content

Commit

Permalink
adjust carousel styles
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed May 1, 2016
1 parent a03b98d commit b1d2c97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/sass/modules/_home.scss
Expand Up @@ -96,6 +96,19 @@
}
}

#finish-big-carousel {
margin-bottom: 40px;
.carousel-indicators {
bottom: -40px;
li {
border-color: $tpc-red;
&.active {
background-color: $tpc-red;
}
}
}
}

@media (max-width: $screen-sm-max) {
.home {
h1.title {
Expand Down

0 comments on commit b1d2c97

Please sign in to comment.