fix: center avatars

This commit is contained in:
Kieran 2023-10-18 15:18:19 +01:00
parent 3714867b98
commit 4d4106a3ff
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -8,6 +8,7 @@
background-clip: content-box, border-box;
background-size: cover;
box-sizing: border-box;
background-position: center;
background-color: var(--gray);
}