diff --git a/website/source/stylesheets/_footer.less b/website/source/stylesheets/_footer.less index 4f0aeef429..3f90eac47b 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 82484ceb29..b4a35cb19c 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 {