From c76ce31f27600b55f34600a778f4b24cd0283090 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Thu, 20 Oct 2016 11:07:08 -0500 Subject: [PATCH] tweak image path --- website/source/assets/stylesheets/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index 5b2980ebb..d046a704c 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -16,7 +16,7 @@ body.page-sub{ font-size: 20px; text-transform: uppercase; @include lato-light(); - 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 45%;