diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-25 20:13:34 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-25 20:13:34 +0100 |
commit | b8f9de8636b58e954cfa4ed8ad3a69ecfb8e6dab (patch) | |
tree | 017550b0bfec3943b3e8275246f7967fe7c0fb5b /app/assets/stylesheets | |
parent | a9303e70627c1e79f73f0e37eafe7857df6d5533 (diff) |
Improve sign up page on small screens
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/about.scss | 10 |
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; + } } } |