From 862218732ae2a3eb032d9e9c7a5da74294a470fb Mon Sep 17 00:00:00 2001 From: JadlionHD <48410066+JadlionHD@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:49:43 +0700 Subject: [PATCH] fix hero bg not loaded (2) --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;