From: Mark Otto Date: Mon, 24 Oct 2016 23:06:22 +0000 (-0700) Subject: make masthead sit below nav X-Git-Tag: v4.0.0-beta~187^2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99d1cb0b0d58407ca64855baff9358b316b03fab;p=thirdparty%2Fbootstrap.git make masthead sit below nav --- diff --git a/docs/assets/scss/_masthead.scss b/docs/assets/scss/_masthead.scss index aa59ffbfc3..94d0cb6f04 100644 --- a/docs/assets/scss/_masthead.scss +++ b/docs/assets/scss/_masthead.scss @@ -3,6 +3,7 @@ .bd-masthead { position: relative; padding: 3rem ($grid-gutter-width-base / 2) 2rem; + margin-top: -2rem; color: $bd-purple-light; text-align: center; background-image: linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));