diff --git a/app/assets/images/stats_man.png b/app/assets/images/stats_man.png index 9fb030dbc..a1a0d028a 100644 Binary files a/app/assets/images/stats_man.png and b/app/assets/images/stats_man.png differ diff --git a/app/assets/images/stats_woman.png b/app/assets/images/stats_woman.png index e61ff0ea6..6f977d8b7 100644 Binary files a/app/assets/images/stats_woman.png and b/app/assets/images/stats_woman.png differ diff --git a/app/assets/stylesheets/stats.scss b/app/assets/stylesheets/stats.scss index 1878f2ed5..f9a21f72d 100644 --- a/app/assets/stylesheets/stats.scss +++ b/app/assets/stylesheets/stats.scss @@ -38,6 +38,7 @@ &::before { display: inline-block; margin-right: $line-height / 2; + vertical-align: top; } &.total-participants::before { @@ -75,15 +76,24 @@ .number { display: block; - font-size: rem-calc(60); + font-size: rem-calc(36); font-weight: bold; - line-height: rem-calc(60); + line-height: rem-calc(36); } .info { color: $text-medium; + font-size: $small-font-size; font-style: italic; } + + &.total-participants { + + .number { + font-size: rem-calc(60); + line-height: rem-calc(60); + } + } } .progress {