Skip to content

Commit

Permalink
Fixed the background image issue with Asmita's landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Jun 16, 2024
1 parent c623a04 commit e11f1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Initial/AsmitaLanding/AsmitaLanding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
overflow-y: hidden;
overflow-x: hidden;

background-image: url('images\AsmitaLandingBackDrop.png');
background-image: url('../AsmitaLanding/images/AsmitaLandingBackDrop.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
Expand Down

0 comments on commit e11f1b7

Please sign in to comment.