From edf67669ecfdfec514a74c6571a50dff093fe3eb Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 29 Jul 2014 02:16:36 -0700 Subject: [PATCH] fix footer on homepage on large screens --- website/source/stylesheets/_footer.less | 10 ++++++++++ website/source/stylesheets/main.css | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/website/source/stylesheets/_footer.less b/website/source/stylesheets/_footer.less index 4f0aeef42..3f90eac47 100644 --- a/website/source/stylesheets/_footer.less +++ b/website/source/stylesheets/_footer.less @@ -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 { diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index 82484ceb2..b4a35cb19 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -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 {