aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_progress.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index 1be34c439..4faa890e4 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;