From 664ba68269f33df86d0d2122aaff7e1207364dca Mon Sep 17 00:00:00 2001 From: Sean King Date: Fri, 9 Oct 2020 14:34:56 -0600 Subject: [PATCH] Fix mobile CSS for closed registrations --- app/styles/about.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;