Fixed avatar so it does not transform into an oval shape in some cases

This commit is contained in:
Matt Carrier 2015-03-30 23:49:29 -07:00
parent 860dd3eb62
commit 9007059731
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;
}