fix mobile footer hashi logo
This commit is contained in:
parent
7e85af0392
commit
2811380bbc
|
@ -147,7 +147,7 @@ body.page-home{
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
#footer{
|
.page-sub #footer, #footer{
|
||||||
.footer-hashi {
|
.footer-hashi {
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
span{
|
span{
|
||||||
|
@ -155,6 +155,7 @@ body.page-home{
|
||||||
}
|
}
|
||||||
.hashi-logo{
|
.hashi-logo{
|
||||||
i{
|
i{
|
||||||
|
margin-top: -6px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-size: 20px 22px;
|
background-size: 20px 22px;
|
||||||
|
@ -162,6 +163,8 @@ body.page-home{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
|
@ -503,13 +503,17 @@ body.page-home #footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
|
.page-sub #footer .footer-hashi,
|
||||||
#footer .footer-hashi {
|
#footer .footer-hashi {
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
}
|
}
|
||||||
|
.page-sub #footer .footer-hashi span,
|
||||||
#footer .footer-hashi span {
|
#footer .footer-hashi span {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
.page-sub #footer .footer-hashi .hashi-logo i,
|
||||||
#footer .footer-hashi .hashi-logo i {
|
#footer .footer-hashi .hashi-logo i {
|
||||||
|
margin-top: -6px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-size: 20px 22px;
|
background-size: 20px 22px;
|
||||||
|
|
Loading…
Reference in New Issue