From: Eugen Rochko Date: Sat, 25 Mar 2017 19:13:34 +0000 (+0100) Subject: Improve sign up page on small screens X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b8f9de8636b58e954cfa4ed8ad3a69ecfb8e6dab;p=mastodon.git Improve sign up page on small screens --- 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; + } } }