fix divider link

This commit is contained in:
Pat Dryburgh
2018-07-31 09:31:56 -07:00
parent e19c6e28d6
commit c3036f8e33
3 changed files with 5 additions and 3 deletions

View File

@ -4,5 +4,5 @@
width: 152px;
height: 12px;
margin: .5em auto 0;
background-image: url('/assets/images/divider.svg');
background-image: url(#{$asset_url}/images/divider.svg);
}