Set the maximum avatar size to 80 pixels
This commit is contained in:
parent
aee4522ad4
commit
5a58f55a36
|
@ -276,6 +276,6 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-entry-photo img {
|
.contact-entry-photo img {
|
||||||
max-width: 96px;
|
max-width: 80px;
|
||||||
max-height: 96px;
|
max-height: 80px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue