diff --git a/resources/style.css b/resources/style.css index b519294..4a8f05c 100644 --- a/resources/style.css +++ b/resources/style.css @@ -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;