Skip to content

Commit

Permalink
Fix Logo
Browse files Browse the repository at this point in the history
Add font-family Cabin, and vertical align
  • Loading branch information
musantro committed Jan 25, 2017
1 parent 39f5cdd commit 89d68d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ nav li a:before {
speak: none;
line-height: 1;
position: absolute;
top: 4px;
left: 4px;
max-width: 22px;
}
Expand All @@ -509,6 +508,8 @@ nav li a:before {
color: rgba(60, 80, 90, 0.7);
margin-left: 40px;
font-size: 16px;
font-family: $headers-fonts;
text-transform: uppercase;
font-weight: $font-weight-bold;
}
}
Expand All @@ -531,7 +532,7 @@ nav li a:before {
.global-header .blog-logo {
text-decoration: none;
position: absolute;
top: 15px;
top: 19px;
left: 15px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
Expand Down

0 comments on commit 89d68d0

Please sign in to comment.