diff --git a/app/features/team/team.module.css b/app/features/team/team.module.css index 20e383861..d097bd624 100644 --- a/app/features/team/team.module.css +++ b/app/features/team/team.module.css @@ -77,6 +77,9 @@ } & img { + width: 100%; + aspect-ratio: 1 / 1; + object-fit: cover; border-radius: var(--radius-avatar); } }