diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 4bff6b6ea4..62b3b309be 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -471,6 +471,14 @@ } } +.card-pattern.cta-card { + .font-size-display-xs { + @include media-breakpoint-down(lg) { + font-size: var(--font-size-08); + } + } +} + .contact-form-error-container { padding-bottom: var(--spacing-08); } diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 76c964798d..fe85f93137 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -458,6 +458,7 @@ "disabling": "Disabling", "disconnected": "Disconnected", "discount_of": "Discount of __amount__", + "discover_why_people_worldwide_trust_overleaf": "Discover why __count__ million people worldwide trust Overleaf with their work.", "dismiss_error_popup": "Dismiss first error alert", "display_deleted_user": "Display deleted users", "do_not_have_acct_or_do_not_want_to_link": "If you don’t have an __appName__ account, or if you don’t want to link to your __institutionName__ account, please click __clickText__.", @@ -609,6 +610,7 @@ "expires_in_days": "Expires in __days__ days", "expires_on": "Expires: __date__", "expiry": "Expiry Date", + "explore_all_plans": "Explore all plans", "export_csv": "Export CSV", "export_project_to_github": "Export Project to GitHub", "failed_to_send_group_invite_to_email": "Failed to send Group invite to <0>__email__. Please try again later.", @@ -1872,6 +1874,7 @@ "showing_x_results": "Showing __x__ results", "showing_x_results_of_total": "Showing __x__ results of __total__", "sign_up": "Sign up", + "sign_up_for_free": "Sign up for free", "sign_up_for_free_account": "Sign up for a free account and receive regular updates", "simple_search_mode": "Simple search", "single_sign_on_sso": "Single Sign-On (SSO)",