diff --git a/services/web/app/views/subscriptions/plans-marketing/v2/_university_info.pug b/services/web/app/views/subscriptions/plans-marketing/v2/_university_info.pug index a6b0c723ba..1429d9a87b 100644 --- a/services/web/app/views/subscriptions/plans-marketing/v2/_university_info.pug +++ b/services/web/app/views/subscriptions/plans-marketing/v2/_university_info.pug @@ -1,10 +1,8 @@ .row.row-spaced-large.text-centered .col-sm-8.col-sm-offset-2.col-xs-12.card.plans-v2-university-info - h3 #{translate('would_you_like_to_see_a_university_subscription')} - .row-spaced - p #{translate('student_and_faculty_support')} - p #{translate('let_us_know_which_university_you_are_from')} - a.btn.plans-v2-btn-header.text-capitalize( + h3.plans-v2-university-info-header #{translate('would_you_like_to_see_a_university_subscription')} + p.plans-v2-university-info-text #{translate('student_and_faculty_support_make_difference')} + a.btn.plans-v2-btn-header.text-capitalize.plans-v2-btn-university-info( target="_blank" href="/for/support-an-overleaf-university-subscription" event-tracking="plans-page-click" diff --git a/services/web/frontend/stylesheets/app/plans-v2.less b/services/web/frontend/stylesheets/app/plans-v2.less index e235dc59ee..e18a6ba458 100644 --- a/services/web/frontend/stylesheets/app/plans-v2.less +++ b/services/web/frontend/stylesheets/app/plans-v2.less @@ -1206,14 +1206,28 @@ p.plans-v2-table-discount-highlighted-text { background-color: @ol-blue-gray-1; border-radius: 20px; - p { - margin: 0; + h3.plans-v2-university-info-header { + margin: 0 @margin-xl @margin-md @margin-xl; } - button { + p.plans-v2-university-info-text { + margin: 0 @margin-xl; + } + + a.plans-v2-btn-university-info { margin-top: @margin-md; } + @media (max-width: @screen-sm-max) { + h3.plans-v2-university-info-header { + margin: 0 0 @margin-md 0; + } + + p.plans-v2-university-info-text { + margin: 0; + } + } + @media (max-width: @screen-xs-max) { padding: @padding-lg; } diff --git a/services/web/locales/en.json b/services/web/locales/en.json index aa08c621ed..7a8fff3208 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1791,7 +1791,6 @@ "trial_remaining_days": "__days__ more days on your Overleaf Premium trial", "get_most_subscription_by_checking_premium_features": "Get the most out of your __appName__ subscription by checking out the list of <0>__appName__’s premium features.", "would_you_like_to_see_a_university_subscription": "Would you like to see a university-wide __appName__ subscription at your university?", - "student_and_faculty_support": "Student and faculty support make a difference!", - "let_us_know_which_university_you_are_from": "Let us know which university you are from and we will take care of the rest.", + "student_and_faculty_support_make_difference": "Student and faculty support make a difference! We can share this information with our contacts at your university when discussing an Overleaf institutional account.", "show_your_support": "Show your support" }