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