diff --git a/templates/feature/app/styles/components/_authors.scss b/templates/feature/app/styles/components/_authors.scss index b5ed628..52ee8ff 100644 --- a/templates/feature/app/styles/components/_authors.scss +++ b/templates/feature/app/styles/components/_authors.scss @@ -6,6 +6,12 @@ .c-author-info__trib-author-container { gap: 0.92rem; + + img { + width: 90px; + height: auto; // Let height adjust to maintain aspect ratio + object-fit: cover; // Crop to fit if needed + } } #nonstaff-author {