1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00
Files
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;
}