Skip to content

Commit

Permalink
Fixes #10 Fixing white Background of Home section
Browse files Browse the repository at this point in the history
  • Loading branch information
rishyym0927 committed Oct 3, 2024
1 parent ed5c817 commit 0b48692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/Herosection.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
body {
padding: 0;
margin: 0;
background-image: url('../assets/mixbg.png');
background-image: url('../assets/hero.png');
background-size: cover;
background-position: center;
height: 100vh;
Expand Down

0 comments on commit 0b48692

Please sign in to comment.