Skip to content

Commit

Permalink
fix hero bg not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Dec 9, 2023
1 parent 882bb66 commit 7a442d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bg-hero {
height: 470px;
background-image: url("/resources/images/bg_hero.png");
background-image: url("resources/images/bg_hero.png");
background-repeat: no-repeat;
/* background-position: 30% 40%; */
background-size: cover;
Expand Down

0 comments on commit 7a442d9

Please sign in to comment.