Skip to content

Commit f4aa528

Browse files
committed
Fix link to banner
1 parent 6a0b252 commit f4aa528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@
16581658
#banner {
16591659
background-attachment: scroll, fixed;
16601660
background-color: #666;
1661-
background-image: url("images/overlay.png"), url("/images/banner.jpg");
1661+
background-image: url("images/overlay.png"), url("../images/banner.jpg");
16621662
background-position: top left, center center;
16631663
background-repeat: repeat, no-repeat;
16641664
background-size: auto, cover;

0 commit comments

Comments
 (0)