fix background image url
This commit is contained in:
parent
40ec40410f
commit
5a7c68def0
|
@ -13,7 +13,7 @@
|
||||||
padding-left: 36px;
|
padding-left: 36px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 77px;
|
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);
|
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);
|
||||||
background-position: 0 center;
|
background-position: 0 center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue