aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_masthead.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/scss/_masthead.scss b/docs/assets/scss/_masthead.scss
index aa59ffbfc..94d0cb6f0 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%));