Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save feastdesignco/07f849440bb8a8b662a1bb909ae847d4 to your computer and use it in GitHub Desktop.
Save feastdesignco/07f849440bb8a8b662a1bb909ae847d4 to your computer and use it in GitHub Desktop.
Mobile sizes for header - FoodPro 3.1.4 and lower.
@media only screen and (max-width: 420px) {
/* Resize logo header for smaller devices */
.header-image .site-title > a {
height: 150px;
max-width: 320px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment