- Add
.img-fluid
to card images in columns to ensure proper resizing - Change the
.card-img
variable from regular value to$card-border-radius-inner
- Use
calc
to figure out a tighter border for card images with$card-border-radius-inner
Fixes #20560 (closed).