Fixed header styles
This commit is contained in:
parent
24bb3877e8
commit
df78d39217
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
background-size: cover;
|
||||
background-position: fixed;
|
||||
.jumbotron {
|
||||
margin-top: 5vh;
|
||||
margin-top: 15vh;
|
||||
text-align: center;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
|
@ -16,6 +16,7 @@
|
|||
}
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
font-size: 30px;
|
||||
.transition(color 0.4s);
|
||||
&:hover {
|
||||
color: #ff7f00;
|
||||
|
|
Reference in a new issue