diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 46198040cdd..7725172431a 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -67,9 +67,8 @@ } .profile-image { - height: 150px; + height: 25px; width: 100%; - background-size: cover; } @@ -209,8 +208,7 @@ } .about { - background-size: cover; - background: dark-light-diff($primary, $secondary, 0%, -75%) center center; + background: dark-light-diff($primary, $secondary, 0%, -75%) center; width: 100%; margin-bottom: 10px; overflow: hidden;