Skip to content

Commit

Permalink
fix: Fixes 3--up cards stretching wide (release 0.8.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiqueo committed Oct 18, 2023
1 parent c8162e2 commit 30b05a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions less/components/consonant/cards/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,9 @@
padding: 20px;
}
}

.consonant-CardsGrid--3up {
.consonant-Card {
max-width: 378px;
}
}

0 comments on commit 30b05a4

Please sign in to comment.