Skip to content

Instantly share code, notes, and snippets.

@jmarreros
Last active June 27, 2016 00:11
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 jmarreros/8adcb35ad3017de0d3ef67effe8b35ab to your computer and use it in GitHub Desktop.
Save jmarreros/8adcb35ad3017de0d3ef67effe8b35ab to your computer and use it in GitHub Desktop.
@media (max-width:768px){
.custom-logo-link{
background-image:url(/wordpress/wp-content/uploads/2016/06/logo-movil.png);
margin:auto;
width:157px;
height:59px;
}
.custom-logo-link img{
display:none;
}
.site-branding{
width:100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment