Fix desktop view logo positioning issues

This commit is contained in:
Jason Costello 2017-03-06 11:31:15 -08:00 committed by Seth Vargo
parent db13248e6f
commit 1a8c4843c0
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
2 changed files with 2 additions and 5 deletions

View File

@ -11,16 +11,13 @@ body.page-sub{
}
#header {
margin-top: -20px;
.navbar-brand {
.logo{
width: $project-logo-width;
height: $project-logo-height;
font-size: 0px;
font-family: $font-family-klavika;
background: image-url('logo-header.svg') 0 0 no-repeat;
background-position: 0 40%;
background: image-url('logo-header.svg') 0 32% no-repeat;
&:hover{
opacity: .6;

View File

@ -5,7 +5,7 @@
// Variables
$project-logo-width: 163px;
$project-logo-height: 42px;
$project-logo-height: 90px;
$project-logo-pad-left: 8px;
// Mixins