Skip to content

Instantly share code, notes, and snippets.

@bryceroney
Created February 17, 2015 23:24
Show Gist options
  • Save bryceroney/7692ca99e16517860ffd to your computer and use it in GitHub Desktop.
Save bryceroney/7692ca99e16517860ffd to your computer and use it in GitHub Desktop.
@media(max-width:768px){ /* this means the code only shows on mobile screens */
p { /* set this to appropriate element */
font-size: 0.5em; /* set this to font size */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment