diff options
| -rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index 7a90bf3..7ca9c16 100644 --- a/src/style.css +++ b/src/style.css @@ -124,8 +124,8 @@ nav { } .member-avatar { - width: 80px; - height: 80px; + width: 100px; + height: 100px; border-radius: 50%; overflow: hidden; margin: 0 auto; |
