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-size: cover;
|
||||||
background-position: fixed;
|
background-position: fixed;
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
margin-top: 5vh;
|
margin-top: 15vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -16,6 +16,7 @@
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: 30px;
|
||||||
.transition(color 0.4s);
|
.transition(color 0.4s);
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #ff7f00;
|
color: #ff7f00;
|
||||||
|
|
Reference in a new issue