Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoccane committed Jul 9, 2024
1 parent b4cda71 commit 69cd522
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
margin: 16px;
}

.cards .cards-card-image-control {
.cards .variant-cards-card-image-challenger-1 {
filter: grayscale(100%);
line-height: 0;
}
.cards .variant-cards-card-image-challenger-2 {
filter: sepia(100%);
line-height: 0;
}

Expand All @@ -29,8 +34,3 @@
aspect-ratio: 4 / 3;
object-fit: cover;
}

.cards .variant-cards-card-image-challenger-1 {
filter: grayscale(.5);
line-height: 0;
}

0 comments on commit 69cd522

Please sign in to comment.