Fix size of profile image on getting started page

This commit is contained in:
Steffen van Bergerem 2016-08-08 19:00:31 +02:00
parent 2482dc1869
commit 2639a0fd69
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0

View file

@ -1,7 +1,7 @@
#hello-there {
#profile_photo_upload .avatar {
width: 200px;
height: 200px;
max-height: 200px;
max-width: 200px;
}
.well .avatar {