]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linting
authorMark Otto <markdotto@gmail.com>
Thu, 22 Dec 2016 22:47:28 +0000 (14:47 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 22 Dec 2016 22:58:40 +0000 (14:58 -0800)
scss/_carousel.scss

index 28886e4c040025b27cd83ad193f3e837e2ed1c8d..df1e300b5f264bd342e8a55df4eb26281d9a93ea 100644 (file)
@@ -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;