Make avatar fancy :P

This commit is contained in:
Vri 🌈 2023-01-11 15:46:29 +01:00
parent 30317a1c41
commit 2cecb8e92b
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -22,7 +22,7 @@
text-align: center; text-align: center;
user-select: none; user-select: none;
#avatar { #avatar {
border-radius: 100%; border-radius: 500% 300% / 300% 500%;
width: calc(100% - 2em); width: calc(100% - 2em);
max-width: 200px; max-width: 200px;
} }