fix footer on homepage on large screens

This commit is contained in:
JT 2014-07-29 02:16:36 -07:00
parent eb737744ed
commit edf67669ec
2 changed files with 16 additions and 0 deletions

View File

@ -143,6 +143,16 @@ body.page-home{
}
}
@media (min-width: 1500px) {
body.page-home{
#footer{
margin-top: -60px;
padding: 190px 0 40px;
}
}
}
@media (max-width: 992px) {
.page-sub #footer, #footer{
.footer-hashi {

View File

@ -535,6 +535,12 @@ body.page-home #footer {
background-size: 37px 40px;
}
}
@media (min-width: 1500px) {
body.page-home #footer {
margin-top: -60px;
padding: 190px 0 40px;
}
}
@media (max-width: 992px) {
.page-sub #footer .footer-hashi,
#footer .footer-hashi {