Skip to content

Commit

Permalink
Adjust: img path directory reverted over
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoReports committed May 7, 2024
1 parent f404ebb commit 6af82f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1007,11 +1007,11 @@ video {
}

.bg-services {
background-image: url('../assets/img/services/services.svg');
background-image: url('../assets/img/services/bg.svg');
}

.bg-testimonials {
background-image: url('../assets/img/testimonials/testimonials.svg');
background-image: url('../assets/img/testimonials/bg.svg');
}

.bg-cover {
Expand Down Expand Up @@ -1465,7 +1465,7 @@ h1,h2,h3,h4,h5,h6 {

.before\:bg-quoteLeft::before {
content: var(--tw-content);
background-image: url('../assets/icons/testimonials/quote-left.svg');
background-image: url(../assets/icons/testimonials/quote-left.svg);
}

.before\:bg-contain::before {
Expand Down Expand Up @@ -1505,7 +1505,7 @@ h1,h2,h3,h4,h5,h6 {

.after\:bg-quoteRight::after {
content: var(--tw-content);
background-image: url('../assets/icons/testimonials/quote-right.svg');
background-image: url(../assets/icons/testimonials/quote-right.svg);
}

.after\:bg-contain::after {
Expand Down

0 comments on commit 6af82f6

Please sign in to comment.