Skip to content

Instantly share code, notes, and snippets.

@blueridgemountains1
Created March 18, 2018 16:39
Show Gist options
  • Save blueridgemountains1/d437ebce7ff919046542222002c24740 to your computer and use it in GitHub Desktop.
Save blueridgemountains1/d437ebce7ff919046542222002c24740 to your computer and use it in GitHub Desktop.
Responsive Text Size in Body
body {
font-size: calc(0.95rem + 0.1vw);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment