Skip to content

Commit

Permalink
feat: Update cards.css
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghdaryapurkar authored Oct 28, 2024
1 parent a0014ec commit 8c559be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
}

.cards > ul > li {
border: 1px solid #dadada;
border: 1px solid red;
background-color: var(--background-color);
}

.cards .cards-card-body {
margin: 16px;
margin: 19px;
}

.cards .cards-card-image {
Expand Down

0 comments on commit 8c559be

Please sign in to comment.