Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Created January 8, 2013 06:43
Show Gist options
  • Select an option

  • Save ElmahdiMahmoud/4481789 to your computer and use it in GitHub Desktop.

Select an option

Save ElmahdiMahmoud/4481789 to your computer and use it in GitHub Desktop.
css: core.css
/*===== Global ===============*/
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}
#push,
#footer {
height: 60px;
}
/* Cut and past in reponsive.css file */
@media (max-width: 767px) {
#footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment