From: Matt Jankowski Date: Tue, 11 Apr 2017 17:35:06 +0000 (-0400) Subject: Increase breakpoint size for bio on account show (#1559) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=82d93361148515951a6c6ca5996c0214098eabe4;p=mastodon.git Increase breakpoint size for bio on account show (#1559) --- diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss index 50181d86e..407e917b2 100644 --- a/app/assets/stylesheets/accounts.scss +++ b/app/assets/stylesheets/accounts.scss @@ -149,7 +149,7 @@ order: 1; } - @media screen and (max-width: 360px) { + @media screen and (max-width: 480px) { .details { display: block; }