Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bt400 authored Oct 17, 2023
1 parent 2e32ebd commit fe9b738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe9b738

Please sign in to comment.