0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00
Bootstrap/site/content/docs/5.0/examples/carousel-rtl/carousel-rtl.css

9 lines
102 B
CSS
Raw Normal View History

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