Skip to content

Instantly share code, notes, and snippets.

@dyrkow
Created March 28, 2018 20:38
Show Gist options
  • Save dyrkow/ffcf974ff77d9b66b5f9920282d433b4 to your computer and use it in GitHub Desktop.
Save dyrkow/ffcf974ff77d9b66b5f9920282d433b4 to your computer and use it in GitHub Desktop.
:root {
font-size: 12px;
}
@media (min-width: 768px) {
:root {
font-size: 14px;
}
}
@media (min-width: 992px) {
:root {
font-size: 16px;
}
}
@media (min-width: 1200px) {
:root {
font-size: 18px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment