Skip to content

Commit

Permalink
fixed mistakes with images
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaZaiets committed Jan 15, 2024
1 parent 42ea105 commit 282b892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}

&_mass {
background-image: url('./img/min-max-mass-details.png');
background-image: url('../../../public/img/min-max-mass-details.png');
background-repeat: no-repeat;
background-size: 100%;
width: 364px;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/HomePage/HomePage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
position: relative;

.stars {
background-image: url("../img/stars.svg");
background-image: url("../../../public/img/stars.svg");
background-position: 50% 0%;
width: 48%;
height: 110vh;
Expand All @@ -33,7 +33,7 @@
}

.detail_top {
background-image: url("../../public/img/detail-top.png");
background-image: url("../../../public/img/detail-top.png");
background-repeat: no-repeat;
background-size: 39%;
width: 100%;
Expand Down

0 comments on commit 282b892

Please sign in to comment.