Skip to content

Commit c701743

Browse files
committed
adjusting image size on person cards
1 parent 45dcff3 commit c701743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: _sass/_card.scss

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@
127127
// Card image caps
128128
.card-img-top {
129129
width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
130+
height: 15rem;
131+
object-fit: cover;
130132
@include border-top-radius($card-inner-border-radius);
131133
}
132134

0 commit comments

Comments
 (0)