Skip to content

Instantly share code, notes, and snippets.

@peteratt
Created July 31, 2013 05:31
Show Gist options
  • Save peteratt/6119554 to your computer and use it in GitHub Desktop.
Save peteratt/6119554 to your computer and use it in GitHub Desktop.
@media screen and (max-width: 700px) {
#social
{
display: none;
}
#transparent
{
height: 250px;
}
#headerImg
{
background-position: center top;
}
#socialMobile
{
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment