Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
Created March 26, 2012 18:23
Show Gist options
  • Save alexkingorg/2208483 to your computer and use it in GitHub Desktop.
Save alexkingorg/2208483 to your computer and use it in GitHub Desktop.
Hide header in FavePersonal on small mobile devices
/* Hide the header on small mobile devices */
@media screen and (max-width: 768px) {
#masthead {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment