From 736be8fca6e9633d788e39b6f1449496f5d8f0e2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Dec 2016 14:47:28 -0800 Subject: [PATCH] linting --- scss/_carousel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 28886e4c04..df1e300b5f 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;