Set the maximum avatar size to 80 pixels

This commit is contained in:
Michael Vogel 2015-10-28 00:18:56 +01:00
parent aee4522ad4
commit 5a58f55a36
1 changed files with 2 additions and 2 deletions

View File

@ -276,6 +276,6 @@ a {
}
.contact-entry-photo img {
max-width: 96px;
max-height: 96px;
max-width: 80px;
max-height: 80px;
}