Skip to content

Commit 1dc480d

Browse files
authored
Change path to background image (#7)
1 parent 6a57761 commit 1dc480d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
background-image: url('/assets/background2.jpg');
88
*/
99
body {
10-
background-image: url('/assets/background.png');
10+
background-image: url('../assets/background.png');
1111
background-size: cover;
1212
background-repeat: no-repeat;
1313
background-position: center center;
@@ -251,4 +251,4 @@ body {
251251
.datu-hero {
252252
padding: 2rem 0.5rem 1.5rem 0.5rem; /* Hero padding mobile */
253253
}
254-
}
254+
}

0 commit comments

Comments
 (0)