aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-22 14:47:28 -0800
committerMark Otto <[email protected]>2016-12-22 14:58:40 -0800
commit736be8fca6e9633d788e39b6f1449496f5d8f0e2 (patch)
tree8a3d62e57ca8342380b71ee77bd0d8bb01c74c34
parent135b65ded48843c0078f67fb5a3143be69506045 (diff)
downloadbootstrap-736be8fca6e9633d788e39b6f1449496f5d8f0e2.tar.xz
bootstrap-736be8fca6e9633d788e39b6f1449496f5d8f0e2.zip
linting
-rw-r--r--scss/_carousel.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index 28886e4c0..df1e300b5 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -63,8 +63,8 @@
bottom: 0;
// Use flex for alignment (1-3)
display: flex; // 1. allow flex styles
- justify-content: center; // 2. horizontally center contents
- align-items: center; // 3. vertically center contents
+ align-items: center; // 2. vertically center contents
+ justify-content: center; // 3. horizontally center contents
width: $carousel-control-width;
color: $carousel-control-color;
text-align: center;