Skip to content

Commit

Permalink
fix(examples): add correct relative path to background-url (#112)
Browse files Browse the repository at this point in the history
Fixes #106
  • Loading branch information
riavalon authored and kara committed Feb 27, 2017
1 parent 4901c41 commit a88a31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/examples/card-fancy/card-fancy-example.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}

.example-header-image {
background-image: url('assets/img/examples/shiba1.jpg');
background-image: url('../../../assets/img/examples/shiba1.jpg');
background-size: cover;
}

0 comments on commit a88a31d

Please sign in to comment.