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 {