1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Do not stretch images in carousel-item

This commit is contained in:
Pierre-Denis Vanduynslager 2017-01-20 16:31:42 -05:00 committed by Mark Otto
parent ee5dc37ba3
commit 73cfefd594

View file

@ -13,6 +13,7 @@
position: relative;
display: none;
width: 100%;
align-items: center;
@include transition($carousel-transition);
backface-visibility: hidden;
perspective: 1000px;