]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make masthead sit below nav
authorMark Otto <markdotto@gmail.com>
Mon, 24 Oct 2016 23:06:22 +0000 (16:06 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 24 Oct 2016 23:06:22 +0000 (16:06 -0700)
docs/assets/scss/_masthead.scss

index aa59ffbfc3765bbf43c28485282cab215d217267..94d0cb6f04d0fa5562385aea21da53b44bb281e2 100644 (file)
@@ -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%));