Created
January 28, 2021 19:31
-
-
Save bradsiefert/0a8968971fe546d9e24a4c996ff2159e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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