Skip to content

Commit 53a229b

Browse files
committed
make avatars twice as wide (and tall)
1 parent c113cb3 commit 53a229b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ select {
337337
}
338338

339339
.member-avatar {
340-
width: 72px;
341-
height: 72px;
342-
flex: 0 0 72px;
340+
width: 144px;
341+
height: 144px;
342+
flex: 0 0 144px;
343343
border-radius: 18px;
344344
object-fit: cover;
345345
border: 1px solid var(--border);

0 commit comments

Comments
 (0)