Skip to content

Commit 3554dd6

Browse files
author
Simeon Videnov
committed
Changed wording to @include img-fluid
Originally was "width: 100%;", rewrote to utilize the existing @include for responsive images
1 parent beed9b4 commit 3554dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_card.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@
168168
// Card image caps
169169
.card-img-top {
170170
@include border-radius($card-border-radius-inner $card-border-radius-inner 0 0);
171-
max-width: 100%;
171+
@include img-fluid(block);
172172
}
173173
.card-img-bottom {
174174
@include border-radius(0 0 $card-border-radius-inner $card-border-radius-inner);
175-
max-width: 100%;
175+
@include img-fluid(block);
176176
}
177177

178178

0 commit comments

Comments
 (0)