diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-11 13:35:06 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-11 19:35:06 +0200 |
commit | 82d93361148515951a6c6ca5996c0214098eabe4 (patch) | |
tree | 3fd987a013b325484ff28ff909783b02aa7c395d | |
parent | e60286a344a8ce9aae96ec36ae60e3dcd582efba (diff) |
Increase breakpoint size for bio on account show (#1559)
-rw-r--r-- | app/assets/stylesheets/accounts.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |