fix size
This commit is contained in:
parent
e247ed3de2
commit
1fab28c413
|
@ -5,7 +5,7 @@
|
||||||
<div class="profile-match-wrapper">
|
<div class="profile-match-wrapper">
|
||||||
<div class="profile-match-photo">
|
<div class="profile-match-photo">
|
||||||
<a href="$item.url">
|
<a href="$item.url">
|
||||||
<img src="$item.photo" alt="$item.name" title="$item.name" />
|
<img src="$item.photo" width="80" height="80" alt="$item.name" title="$item.name" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="profile-match-break"></div>
|
<div class="profile-match-break"></div>
|
||||||
|
|
Loading…
Reference in a new issue