fix: about -> avatar dimensions
This commit is contained in:
parent
6508bd8945
commit
56c87d3ff2
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue