Skip to content

Commit

Permalink
refacto background-size in SearchResultIllustration
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementLmd committed Sep 11, 2024
1 parent d47b3dd commit 9a2a3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.im-search-result-illustration {
height: 8rem;
background: var(--blue-france-950-100) center center no-repeat;
background-size: "cover",
background-size: cover;
}

0 comments on commit 9a2a3d5

Please sign in to comment.