2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Prevent RTL CSS conversion from breaking Carousel example

This commit is contained in:
Mark Otto
2022-02-23 14:05:59 -08:00
parent 333d89e498
commit ec46b06c8f
2 changed files with 5 additions and 1 deletions
@@ -53,7 +53,6 @@ body {
/* Thin out the marketing headings */
.featurette-heading {
/* rtl:remove */
letter-spacing: -.05rem;
}
@@ -49,6 +49,11 @@ body {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */