diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index 0f69068c1..c05c9d4c6 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -173,12 +173,18 @@ $landing-breakpoint: 1040px; } .number-label { + max-width: 10rem; + margin: auto; font-weight: 600; font-size: 1.25rem; line-height: 1.5rem; color: var(--text-label-grey); } +.number-label-third { + max-width: 13rem; +} + $users-breakpoint: 950px; .users { diff --git a/app/views/root/landing.html.haml b/app/views/root/landing.html.haml index 293fa8893..b4fdbb3d1 100644 --- a/app/views/root/landing.html.haml +++ b/app/views/root/landing.html.haml @@ -42,7 +42,7 @@ %li.number .number-value = "#{number_with_delimiter(50)} %" - %div.number-label= t(".numbers.processing_time") + %div.number-label.number-label-third= t(".numbers.processing_time") .landing-panel.cta-panel .container