Skip to content

Commit

Permalink
Fix: Added base url
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink committed Jan 30, 2024
1 parent c3f12b4 commit 1bf2e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ body {
}

.landing .img.home {
background-image: url('/assets/images/landing.jpg');
background-image: url('../images/landing.jpg');
background-size: cover;
background-position: center;
}

.landing .img.solar {
background-image: url('/assets/images/solar.jpg');
background-image: url('../images/solar.jpg');
background-size: cover;
background-position: center bottom;
}
Expand Down

0 comments on commit 1bf2e44

Please sign in to comment.