diff options
| -rw-r--r-- | scss/_progress.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss index efbb44034..56e5308cc 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -14,9 +14,10 @@ .progress-bar { display: flex; - align-items: center; + flex-direction: column; justify-content: center; color: $progress-bar-color; + text-align: center; background-color: $progress-bar-bg; } |
