diff options
| author | Mark Otto <[email protected]> | 2016-10-24 16:06:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-24 16:06:22 -0700 |
| commit | 99d1cb0b0d58407ca64855baff9358b316b03fab (patch) | |
| tree | c0b1281e00d0460ce4dcc20163f871c6b5ef4ddd /docs | |
| parent | b5c5f431e31d38c7becf25fc303188a9ac8364d1 (diff) | |
| download | bootstrap-99d1cb0b0d58407ca64855baff9358b316b03fab.tar.xz bootstrap-99d1cb0b0d58407ca64855baff9358b316b03fab.zip | |
make masthead sit below nav
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_masthead.scss | 1 |
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%)); |
