logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b8f9de8636b58e954cfa4ed8ad3a69ecfb8e6dab
parent: a9303e70627c1e79f73f0e37eafe7857df6d5533
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat, 25 Mar 2017 20:13:34 +0100

Improve sign up page on small screens

Diffstat:

Mapp/assets/stylesheets/about.scss10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 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; + } } }