diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index 589cdbb01..124e9ee2a 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -295,7 +295,6 @@ $users-breakpoint: 950px; font-size: 24px; font-weight: bold; margin-top: 13px; - color: #FFFFFF; &.grey { color: $g700; @@ -303,15 +302,19 @@ $users-breakpoint: 950px; } .cta-panel-explanation { - font-size: 24px; + font-size: 22px; margin-bottom: 10px; - color: #FFFFFF; &.grey { color: $g700; } } +.half .cta-panel-title, +.half .cta-panel-explanation { + text-align: center; +} + .role-panel-title { font-size: 30px; font-weight: bold; @@ -357,7 +360,7 @@ $cta-panel-button-border-size: 2px; @include vertical-padding(15px); display: block; border-radius: 100px; - font-size: 24px; + font-size: 22px; text-align: center; cursor: pointer; margin-top: 20px;