diff --git a/website/source/stylesheets/_footer.less b/website/source/stylesheets/_footer.less index a91b2ed1c..086dcf2a8 100644 --- a/website/source/stylesheets/_footer.less +++ b/website/source/stylesheets/_footer.less @@ -116,16 +116,21 @@ } #footer{ + padding: 140px 0 100px; background-color: @black; transform: none; + >.container{ + transform: none; + } + a{ color: white; } .footer-hashi{ color: white; - + .hashi-logo{ i{ background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat; diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index 460cea21c..2bfa9f0e7 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -437,9 +437,13 @@ body.page-sub #header .main-links.navbar-nav li + li::before { padding: 0; } .page-sub #footer { + padding: 140px 0 100px; background-color: #000000; transform: none; } +.page-sub #footer > .container { + transform: none; +} .page-sub #footer a { color: white; }