Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
99d1cb0b
Commit
99d1cb0b
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
make masthead sit below nav
parent
b5c5f431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_masthead.scss
+1
-0
docs/assets/scss/_masthead.scss
with
1 addition
and
0 deletions
+1
-0
docs/assets/scss/_masthead.scss
+
1
-
0
View file @
99d1cb0b
...
@@ -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%
));
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment