Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created January 18, 2016 06:41
Show Gist options
  • Save carolineschnapp/aa9a333732729ce9c63e to your computer and use it in GitHub Desktop.
Save carolineschnapp/aa9a333732729ce9c63e to your computer and use it in GitHub Desktop.
Text on slides too large on mobile. #Brooklyn #slideshow Make changes to theme.scss.liquid
@include at-query($max, $small) {
.hero__slide .hero__title {
font-size: 2em /* Edit to taste */;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment