Skip to content

Commit

Permalink
Update Home.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaelSameer committed Apr 23, 2024
1 parent 7d575c4 commit 0b767c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Static/Home.scss
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;
}
}

0 comments on commit 0b767c3

Please sign in to comment.