1
0
Fork 0

[FIX] bootstrap carousel would not adapt to screen width

This commit is contained in:
Jannik Beyerstedt 2016-12-16 23:41:53 +01:00
parent aaa48a2e22
commit 6c12449993
3 changed files with 7 additions and 2 deletions

View file

@ -67,3 +67,8 @@ div.carousel {
// @requires animation.scss (already in main.scss) and carousel.js, util.js
@import "carousel";
// fix responsiveness
.carousel-inner>.carousel-item>img {
width: 100%;
}