mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 11:50:59 +00:00
make masthead sit below nav
This commit is contained in:
parent
b5c5f431e3
commit
99d1cb0b0d
1 changed files with 1 additions and 0 deletions
|
|
@ -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%));
|
||||
|
|
|
|||
Loading…
Reference in a new issue