]> cat aescling's git repositories - mastodon.git/commitdiff
Increase breakpoint size for bio on account show (#1559)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Tue, 11 Apr 2017 17:35:06 +0000 (13:35 -0400)
committerEugen <eugen@zeonfederated.com>
Tue, 11 Apr 2017 17:35:06 +0000 (19:35 +0200)
app/assets/stylesheets/accounts.scss

index 50181d86eba53662154dfeef8bc686783a9b9342..407e917b28e022fe1f524829f1f4d88b9b058353 100644 (file)
     order: 1;
   }
 
-  @media screen and (max-width: 360px) {
+  @media screen and (max-width: 480px) {
     .details {
       display: block;
     }