diff --git a/app/styles/about.scss b/app/styles/about.scss index 6e9079c70..40ad97ef9 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -439,8 +439,10 @@ $fluid-breakpoint: $maximum-width + 20px; width: 395px; background-color: var(--foreground-color); border-radius: 6px; + height: 100%; - .simple_form { + .simple_form, + .registrations-closed { padding: 20px; background-color: var(--brand-color--faint); border-radius: inherit;