diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 088872e..7176f4b 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -432,7 +432,8 @@ $pagination-arrows: true; // 26. Progress Bar // ---------------- -$progress-height: 1rem; +// $progress-height: 1rem; +$progress-height: 2rem; $progress-background: $medium-gray; $progress-margin-bottom: $global-margin; $progress-meter-background: $primary-color;