Merge pull request #3 from icecreammatt/avatar-fix

Fixed avatar so it does not transform into an oval shape in some cases
This commit is contained in:
Keichi Takahashi 2015-03-31 23:14:00 +09:00
commit 70aa47a596
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ a.btn-back {
.author-avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
border-radius: 50px;
}