0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-12 00:08:59 +01:00
Bootstrap/site/content/docs/5.0/examples/carousel-rtl/carousel-rtl.css
2020-12-04 07:52:03 +02:00

9 lines
102 B
CSS

.carousel-item > img {
right: 0;
left: auto;
}
.featurette-heading {
letter-spacing: normal;
}