Skip to content

Instantly share code, notes, and snippets.

@lukeheath
Created June 19, 2014 20:22
Show Gist options
  • Save lukeheath/087e6d100429444298b1 to your computer and use it in GitHub Desktop.
Save lukeheath/087e6d100429444298b1 to your computer and use it in GitHub Desktop.
@media (min-width: 480px){
#carousel{
h1{
font-size: 22px;
}
p{
font-size: 16px;
}
.carousel-paginate{
height: 40px;
}
}
}
@media (min-width: 980px){
#carousel{
.carousel-text{
padding: 20px;
}
h1{
font-size: $h1-font-size;
}
p{
font-size: 20px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment