mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-21 12:03:31 -05:00
Add aspect-ratio to team page avatar
This commit is contained in:
parent
c4c0b6dd50
commit
dd900c89a6
|
|
@ -77,6 +77,9 @@
|
|||
}
|
||||
|
||||
& img {
|
||||
width: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
object-fit: cover;
|
||||
border-radius: var(--radius-avatar);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user