diff --git a/assets/css/main.css b/assets/css/main.css index 39e4faf..341a5eb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -33,7 +33,7 @@ background-size: cover; /** the following is to make background image in div instead of body, and also make it not scrollable background image*/ .bg-div1 { - background-image: url("https://healthyweightloss.pages.dev/assets/img/weight-loss-bg.jpg"); + background-image: url("/assets/img/weight-loss-bg.jpg"); background-attachment: fixed; background-repeat: no-repeat; background-size: cover;