From 99d1cb0b0d58407ca64855baff9358b316b03fab Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Mon, 24 Oct 2016 16:06:22 -0700
Subject: [PATCH] make masthead sit below nav

---
 docs/assets/scss/_masthead.scss | 1 +
 1 file changed, 1 insertion(+)

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%));
-- 
GitLab