Skip to content

Commit

Permalink
Update Home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaelSameer committed Apr 23, 2024
1 parent d7d5af7 commit 98d06d0
Showing 1 changed file with 2 additions and 2 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 */

0 comments on commit 98d06d0

Please sign in to comment.