Commit 99d1cb0b authored by Mark Otto's avatar Mark Otto
Browse files

make masthead sit below nav

parent b5c5f431
Showing with 1 addition and 0 deletions
+1 -0
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
.bd-masthead { .bd-masthead {
position: relative; position: relative;
padding: 3rem ($grid-gutter-width-base / 2) 2rem; padding: 3rem ($grid-gutter-width-base / 2) 2rem;
margin-top: -2rem;
color: $bd-purple-light; color: $bd-purple-light;
text-align: center; text-align: center;
background-image: linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%)); background-image: linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment