fix background image url

This commit is contained in:
Matthew Hooker 2016-12-15 16:49:12 -08:00
parent 40ec40410f
commit 5a7c68def0
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
padding-left: 36px;
font-size: 22px;
line-height: 77px;
background: image-url('../images/logo-header.png') 0 0 no-repeat;
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 center;