update logo

This commit is contained in:
Jason Costello 2017-02-13 13:36:35 -08:00
parent e83ca879ff
commit b70515ec00
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -13,12 +13,12 @@ body.page-sub{
#header {
.navbar-brand {
.logo{
font-size: 20px;
text-transform: uppercase;
@include lato-light();
font-size: 32px;
font-family: "Klavika-web";
font-weight: 500;
background: image-url('logo-header.png') 0 0 no-repeat;
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);
background-position: 0 45%;
background-position: 0 40%;
&:hover{
opacity: .6;
@ -26,6 +26,7 @@ body.page-sub{
}
.by-hashicorp{
margin-top: 3px;
&:hover{
svg{
.svg-bg-line{