Skip to content

Instantly share code, notes, and snippets.

@anithegregorian
Last active August 26, 2021 10:16
Show Gist options
  • Save anithegregorian/9b68bffc0a1426873d60e636eee8cc05 to your computer and use it in GitHub Desktop.
Save anithegregorian/9b68bffc0a1426873d60e636eee8cc05 to your computer and use it in GitHub Desktop.
/* Default for all/unknown breakpoints */
h4 { font-size: 1.5rem }
/* Default for tablets - 768px */
@media (min-width: 48rem) {
h4 { font-size: 1.2rem }
}
/* Default for desktops - 1280px */
@media (min-width: 80rem) {
h4 { font-size: 2rem }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment