Resize Photo Profile

Do you display your profile on your blog page? The default size of photo profile may be too small, but don’t worry, you can resize it using simple trick. You just need to find and add two codes (width and height) as shown below:
.profile-img {
..............
..............
width: 100px;
height: 100px;
}
You can change the value of width and height with your own value, but remember the value must be less than the width of sidebar (if you put it on sidebar).