fix mobile footer hashi logo

This commit is contained in:
JT 2014-07-24 16:19:58 -07:00
parent 7e85af0392
commit 2811380bbc
2 changed files with 8 additions and 1 deletions

View File

@ -147,7 +147,7 @@ body.page-home{
}
@media (max-width: 992px) {
#footer{
.page-sub #footer, #footer{
.footer-hashi {
padding-top: 14px;
span{
@ -155,6 +155,7 @@ body.page-home{
}
.hashi-logo{
i{
margin-top: -6px;
width: 20px;
height: 22px;
background-size: 20px 22px;
@ -162,6 +163,8 @@ body.page-home{
}
}
}
}
@media (max-width: 768px) {

View File

@ -503,13 +503,17 @@ body.page-home #footer {
}
}
@media (max-width: 992px) {
.page-sub #footer .footer-hashi,
#footer .footer-hashi {
padding-top: 14px;
}
.page-sub #footer .footer-hashi span,
#footer .footer-hashi span {
margin-right: 6px;
}
.page-sub #footer .footer-hashi .hashi-logo i,
#footer .footer-hashi .hashi-logo i {
margin-top: -6px;
width: 20px;
height: 22px;
background-size: 20px 22px;