about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorPavel Djundik <xPaw@users.noreply.github.com>2017-04-08 19:31:50 +0300
committerEugen <eugen@zeonfederated.com>2017-04-08 18:31:50 +0200
commit470eb0042ea99e0632ccc62a0b7c01e910f70491 (patch)
tree433e31900b13a652e763a7240f05a18d84a95f8e /app
parentfc146a19cc2fe37a4701caa5b0911e859d46255d (diff)
Improve responsiveness of registration form and closed banner (#1265)
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/about.scss14
1 files changed, 10 insertions, 4 deletions
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 {