Fix size of profile image on getting started page
This commit is contained in:
parent
2482dc1869
commit
2639a0fd69
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#hello-there {
|
||||
#profile_photo_upload .avatar {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
max-height: 200px;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.well .avatar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue