[FIX] bootstrap carousel would not adapt to screen width
This commit is contained in:
parent
aaa48a2e22
commit
6c12449993
3 changed files with 7 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue