diff --git a/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss b/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss index 143fad0465..a4bf73f87c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss @@ -22,6 +22,10 @@ body { .thin-footer & { min-height: calc(100vh - #{$thin-footer-height}); } + + .container-top-padded { + padding-top: var(--spacing-16); + } } .content-alt { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 555aae1f86..82d9f65fd4 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -52,6 +52,7 @@ "access_edit_your_projects": "Access and edit your projects", "access_levels_changed": "Access levels changed", "account": "Account", + "account_already_managed": "Your account is already managed.", "account_billed_manually": "Account billed manually", "account_has_been_link_to_institution_account": "Your __appName__ account on __email__ has been linked to your __institutionName__ institutional account.", "account_has_past_due_invoice_change_plan_warning": "Your account currently has a past due invoice. You will not be able to change your plan until this is resolved.",