Skip to content

Commit

Permalink
Basic layout
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Apr 18, 2024
1 parent 9e04b85 commit 9f92a76
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,8 +8,7 @@
}

.cards > ul > li {
border: 1px solid var(--dark-color);
background-color: var(--background-color)
min-height: 250px;
}

.cards .cards-card-body {
Expand All @@ -28,4 +27,5 @@
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: 4px;
}

0 comments on commit 9f92a76

Please sign in to comment.