Skip to content

Instantly share code, notes, and snippets.

@rali14
Created August 16, 2015 09:06
Show Gist options
  • Select an option

  • Save rali14/6a5fb60bfbb40319de0c to your computer and use it in GitHub Desktop.

Select an option

Save rali14/6a5fb60bfbb40319de0c to your computer and use it in GitHub Desktop.
Center header image/text on mobile devices on Listify
@media screen and (max-width: 480px) {
.site-branding {
text-align: center;
}
.site-title {
text-align: center;
}
.site-branding .custom-header {
margin-left: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment