Skip to content

Instantly share code, notes, and snippets.

@bradsiefert
Created January 28, 2021 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradsiefert/0a8968971fe546d9e24a4c996ff2159e to your computer and use it in GitHub Desktop.
Save bradsiefert/0a8968971fe546d9e24a4c996ff2159e to your computer and use it in GitHub Desktop.
// Responsive Text
@include media-breakpoint-up(xs) {
html {
font-size: 1.125rem;
}
}
@include media-breakpoint-up(sm) {
html {
font-size: 1.1rem;
}
}
@include media-breakpoint-up(md) {
html {
font-size: 1rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment