Skip to content

Commit 61a69f0

Browse files
committed
fix : avatar becomes bigger.
1 parent 81faf9e commit 61a69f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ th, td {
4040
}
4141

4242
.avatar {
43-
width: 150px;
44-
height: 150px;
43+
width: 200px;
44+
height: 200px;
4545
border-radius: 50px;
4646
}
4747

0 commit comments

Comments
 (0)