Created
June 16, 2018 17:14
-
-
Save feastdesignco/07f849440bb8a8b662a1bb909ae847d4 to your computer and use it in GitHub Desktop.
Mobile sizes for header - FoodPro 3.1.4 and lower.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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