Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit a88a31d

Browse files
riavalonkara
authored andcommitted
fix(examples): add correct relative path to background-url (#112)
Fixes #106
1 parent 4901c41 commit a88a31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/card-fancy/card-fancy-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44

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

0 commit comments

Comments
 (0)