fix: about -> avatar dimensions

This commit is contained in:
Cory Dransfeldt 2024-03-02 08:17:45 -08:00
parent 6508bd8945
commit 56c87d3ff2
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@
}
.avatar__wrapper .avatar__wrapper--interior {
width: var(--avatar-size);
height: var(--avatar-size);
max-width: var(--avatar-size);
height: auto;
border: 1px solid var(--accent-color);
border-radius: var(--rounded-full);
display: flex;