Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaelSameer committed Apr 23, 2024
2 parents 3e7e587 + 98d06d0 commit f9a7c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Static/Home.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
body {
font-family: Times New Roman;
background-image: url("/Static/Hero.jpg");
background-image: url("./Static/Hero.jpg");
max-height: 100vh;
max-width: 100vw;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}/*# sourceMappingURL=Home.css.map */
}/*# sourceMappingURL=Home.css.map */
2 changes: 1 addition & 1 deletion Static/Home.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body{
font-family: Times New Roman;
background-image: url('./Static/Hero.jpg');
background-image: url('/Static/Hero.jpg');
max-height: 100vh;
max-width: 100vw;
background-repeat: no-repeat;
Expand Down

0 comments on commit f9a7c32

Please sign in to comment.