Skip to content

Instantly share code, notes, and snippets.

@diggeddy
Created March 18, 2019 22:06
Show Gist options
  • Select an option

  • Save diggeddy/0c8ec73bf2551fb50b80bb961ccf15f1 to your computer and use it in GitHub Desktop.

Select an option

Save diggeddy/0c8ec73bf2551fb50b80bb961ccf15f1 to your computer and use it in GitHub Desktop.
Adjust headings font size for mobile
/* GP mobile heading sizes */
@media (max-width: 768px) {
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment