From 4ecd1fd7024795dd0e082f74cac440dd2c8cbb29 Mon Sep 17 00:00:00 2001 From: Guillaume Demesy Date: Tue, 13 Oct 2015 22:29:14 +0200 Subject: [PATCH] Fixed Header background --- website/source/assets/stylesheets/_header.scss | 2 ++ website/source/assets/stylesheets/_jumbotron.scss | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index c002e9f0b..1a873fc3d 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -22,6 +22,8 @@ body.page-sub{ &.navbar-static-top{ z-index: 1000; + position: absolute; + width: 100%; } a{ diff --git a/website/source/assets/stylesheets/_jumbotron.scss b/website/source/assets/stylesheets/_jumbotron.scss index 9b776e58d..d1eff603f 100755 --- a/website/source/assets/stylesheets/_jumbotron.scss +++ b/website/source/assets/stylesheets/_jumbotron.scss @@ -6,7 +6,6 @@ overflow: hidden; width: 100%; height: $jumbotron-total-height; - margin-top: $negative-hero-margin; } #jumbotron { @@ -42,7 +41,7 @@ height: 100%; margin-top: $header-height; -webkit-backface-visibility:hidden; - + .jumbo-logo-wrap{ margin-top: 135px;