Skip to content

Commit

Permalink
fix card-body height so that cards stay uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Oct 26, 2023
1 parent f707c51 commit 9484d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
cursor: pointer;
}
.card-body {
min-height: 160px;
min-height: 190px;
}
.card-banner {
height: 100%;
Expand Down

0 comments on commit 9484d4b

Please sign in to comment.