You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
406 B

$footer-size: 120px;
body {
background: #f7fdff;
padding-top: 50px;
}
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto (-$footer-size);
}
#push {
height: $footer-size;
}
#footer {
height: $footer-size;
}
.page-header {
text-align: center;
margin-top: 20px;
h1 {
margin-top: 0;
}
}