diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-16 09:55:53 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-16 09:55:53 +0200 |
| commit | 602a0cf3d7f4b903b3026848750279ddce941dae (patch) | |
| tree | 148d961585bf26b8cb1c4c81cd4405e5117e40cc | |
| parent | ba11fcddb9ce0db17ad2a940ae531edb8d89e463 (diff) | |
| -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; |
