diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss index 6d9bd50a3..8bf950d41 100644 --- a/app/assets/stylesheets/about.scss +++ b/app/assets/stylesheets/about.scss @@ -114,10 +114,6 @@ padding: 20px; } - .screenshot-with-signup .mascot { - display: none; - } - .features-list { display: block; } @@ -356,6 +352,16 @@ } } } + + @media screen and (max-width: 625px) { + .mascot { + display: none; + } + + .simple_form, .closed-registrations-message { + flex: auto; + } + } } .closed-registrations-message {