start small--set flex instead of block for active items
This commit is contained in:
parent
0ec049d222
commit
d426c3c50e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.carousel-item.active,
|
||||
.carousel-item-next,
|
||||
.carousel-item-prev {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.carousel-item-next,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue