Browse Source

Increase breakpoint size for bio on account show (#1559)

closed-social-glitch-2
Matt Jankowski 7 years ago
committed by Eugen
parent
commit
82d9336114
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/stylesheets/accounts.scss

+ 1
- 1
app/assets/stylesheets/accounts.scss View File

@ -149,7 +149,7 @@
order: 1;
}
@media screen and (max-width: 360px) {
@media screen and (max-width: 480px) {
.details {
display: block;
}

Loading…
Cancel
Save