From ad84eeb6e99efddc1be4f317456dc981a8102b92 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 26 May 2017 11:11:10 -0700 Subject: [PATCH] Fixes hound code style/standards --- scss/_progress.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_progress.scss b/scss/_progress.scss index 1be34c4397..4faa890e42 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -18,8 +18,8 @@ .progress-bar { display: flex; - justify-content: center; align-items: center; + justify-content: center; height: 100%; color: $progress-bar-color; background-color: $progress-bar-bg; -- 2.47.2