From c9d19c946220a202ab6b5fa95a3453804899e946 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Feb 2016 02:18:34 -0800 Subject: [PATCH] tighten up mobile profile image size --- app/assets/stylesheets/mobile/user.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;