1
Fork 0

Fixed header styles

This commit is contained in:
Jake Howard 2015-11-21 18:55:38 +00:00
parent 24bb3877e8
commit df78d39217

View file

@ -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;