Skip to content

Commit

Permalink
fix: file path
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTavares committed Jul 1, 2024
1 parent 831aa44 commit fc7f204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ header {
}

.mercado-play-card {
background: url('/img/streamings/mercado-play-banner.webp') no-repeat center center;
background: url('/clone-mercado-livre/img/streamings/mercado-play-banner.webp') no-repeat center center;
background-size: cover;
padding: 5%;
}
Expand Down Expand Up @@ -154,12 +154,12 @@ header {
}

.streaming-1 {
background-image: linear-gradient(to top, rgba(11, 64, 75, 1) 0%, rgba(11, 64, 75, 0.1) 50%), url('/img/streamings/disney-plus-banner.jpg');
background-image: linear-gradient(to top, rgba(11, 64, 75, 1) 0%, rgba(11, 64, 75, 0.1) 50%), url('/clone-mercado-livre/img/streamings/disney-plus-banner.jpg');
background-size: cover;
}

.streaming-2 {
background-image: linear-gradient(to top, rgba(130, 26, 143, 1) 0%, rgba(130, 26, 143, 0.1) 50%), url('/img/streamings/max-banner.png');
background-image: linear-gradient(to top, rgba(130, 26, 143, 1) 0%, rgba(130, 26, 143, 0.1) 50%), url('/clone-mercado-livre/img/streamings/max-banner.png');
background-size: cover;
}

Expand Down

0 comments on commit fc7f204

Please sign in to comment.