Skip to content

Instantly share code, notes, and snippets.

View alanreeves001's full-sized avatar

alanreeves001

View GitHub Profile
@AntoniosHadji
AntoniosHadji / style.css
Created August 21, 2012 03:42
Genesis Sample Child theme - responsive header image and header area
/*in this section of code */
@media only screen and (max-width: 600px) {
/* I added this code block */
#header {
background-size: contain !important;
min-height: 100%;
overflow-y:hidden;
}