From 2811380bbc498a7fcad836141c38a2a7288266ad Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 24 Jul 2014 16:19:58 -0700 Subject: [PATCH] fix mobile footer hashi logo --- website/source/stylesheets/_footer.less | 5 ++++- website/source/stylesheets/main.css | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/website/source/stylesheets/_footer.less b/website/source/stylesheets/_footer.less index 806776ec30..da9c3586ef 100644 --- a/website/source/stylesheets/_footer.less +++ b/website/source/stylesheets/_footer.less @@ -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) { diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index cb1bfa96aa..5b24c8d13b 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -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;