Set the maximum avatar size to 80 pixels

pull/1990/head
Michael Vogel 8 years ago
parent aee4522ad4
commit 5a58f55a36

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

Loading…
Cancel
Save