about summary refs log tree commit diff
path: root/app/assets/stylesheets/about.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/about.scss')
-rw-r--r--app/assets/stylesheets/about.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss
index ce443fab4..2ff1d1453 100644
--- a/app/assets/stylesheets/about.scss
+++ b/app/assets/stylesheets/about.scss
@@ -109,10 +109,18 @@
     }
   }
 
-  @media screen and (max-width: 360px) {
+  @media screen and (max-width: 625px) {
     .wrapper {
       padding: 20px;
     }
+
+    .screenshot-with-signup .mascot {
+      display: none;
+    }
+
+    .features-list {
+      display: block;
+    }
   }
 }