Skip to content

Commit d753874

Browse files
committed
Add max-height & max-width for author img in sidebar
1 parent f708ad1 commit d753874

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_sass/custom/people-card.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ div.author-avatar {
2929
align-items: center;
3030
width: auto;
3131
height: auto;
32+
3233
}
3334

3435
img {
3536
height: 100%;
3637
width: 100%;
3738
border-radius: 50%;
3839
object-fit: cover;
40+
max-height: 150px;
41+
max-width: 150px;
3942
}
4043
}
4144

0 commit comments

Comments
 (0)