From 2639a0fd69390e530d22b8c264343916417a31ea Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Mon, 8 Aug 2016 19:00:31 +0200 Subject: [PATCH] Fix size of profile image on getting started page --- app/assets/stylesheets/getting-started.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/getting-started.scss b/app/assets/stylesheets/getting-started.scss index 206eccd24..b7aeab7d5 100644 --- a/app/assets/stylesheets/getting-started.scss +++ b/app/assets/stylesheets/getting-started.scss @@ -1,7 +1,7 @@ #hello-there { #profile_photo_upload .avatar { - width: 200px; - height: 200px; + max-height: 200px; + max-width: 200px; } .well .avatar {