about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-04-11 13:35:06 -0400
committerEugen <eugen@zeonfederated.com>2017-04-11 19:35:06 +0200
commit82d93361148515951a6c6ca5996c0214098eabe4 (patch)
tree3fd987a013b325484ff28ff909783b02aa7c395d /app/assets
parente60286a344a8ce9aae96ec36ae60e3dcd582efba (diff)
Increase breakpoint size for bio on account show (#1559)
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/accounts.scss2
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;
     }