Skip to content

Instantly share code, notes, and snippets.

@albertorestifo
Created April 26, 2017 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertorestifo/50146111a6da214b329c68916c36781d to your computer and use it in GitHub Desktop.
Save albertorestifo/50146111a6da214b329c68916c36781d to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 650px) {
.title-heading {
font-size: 18px !important; /* We need !important to */
text-align: center !important; /* overcome inline styles */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment